An open API service indexing awesome lists of open source software.

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

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 .