This is the Android version of a password manager created by me.
- Secure Login: Accounts are protected with a hashed password using BCrypt.
- Encryption: Credentials stored in the database are encrypted using AES-256.
- Decryption: Data is decrypted using a key derived from your key password via the PBKDF2 (Password-Based Key Derivation Function 2) algorithm.
- Credential Management:
- Add new credentials.
- Delete existing credentials.
- Copy stored credentials to the clipboard.
- Log into your account or create one if you don’t have an existing account.
- Access your credentials, add new ones, delete them, or copy them when needed.
Some screenshots of its functionality:




