Pass keeper

Small Android application that my wife and a couple of my friend was bugging me to make for them. It’s an application that you enter your passwords into and it will store it in a safe(ish) way. Basically, it is a simple list of credentials. There is a feature to lock the application with a password and data is encrypted by default. The app can’t suggest your password in other applications (eg. Chrome) but as a positive thing, it doesn’t use the internet. All your data is stored in local database and it’s all encrypted.

App was made 100% in Kotlin and is using SQLite for storing users credentials. All credentials are encrypted with Base64 encryption. User can change their encryption key. As all things, this isn’t 100% bulletproof, but it’s good enough for most users.

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *