https://github.com/sudiptab2100/securepasswordmanager
An AES-256 Encrypted Password Manager App on Android
https://github.com/sudiptab2100/securepasswordmanager
aes-encryption android android-studio password-manager
Last synced: 11 months ago
JSON representation
An AES-256 Encrypted Password Manager App on Android
- Host: GitHub
- URL: https://github.com/sudiptab2100/securepasswordmanager
- Owner: sudiptab2100
- Created: 2018-07-10T11:23:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T12:23:10.000Z (over 7 years ago)
- Last Synced: 2025-02-02T03:27:30.341Z (about 1 year ago)
- Topics: aes-encryption, android, android-studio, password-manager
- Language: Java
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SecurePasswordManager
A simple password manager with higher security . A random string is generated to encrypt the data before storing in database . For encryption AES encryption is used which one of the best encryption algorithm and this is still not cracked . And the key is encrypted using the password you set to the app . But the password you use to lock or unlock the app is never stored anywhere . And this makes the app more secure and safe .