Skip to main content
pstore

pStore – a Password Manager

pStore is a simple password manager that keeps your passwords and personal information in a secure form. You can store your username, password, PIN, Notes in an encryption manner.

I had developed this application as a hobby project while I was in college. I have learned various encryption methods for security and learned how to implement them.

PStore store all your secrets in an encrypted database and protect them with a single master password so you need to only remember the master password. You don’t need to worry about your data because everything will be stored in a non-human readable format. pStore uses AES-256 and PBKDF2 encryption.

Screenshots

Technology and skills used

  • Java and their Java Cryptography.
  • SQLite For Storing data.

Download: Get it on Google Play