Explore the features that make password management secure and easy.
Generate complex and secure passwords tailored to your specific requirements" involves creating sequences of characters that are difficult for anyone to guess, using a combination of uppercase and lowercase letters, numbers, and symbols.
This way, you can create robust passwords that effectively safeguard your digital accounts from potential unauthorized access.
By opting for local storage, none of your passwords are transmitted or stored on external servers, eliminating any potential vulnerabilities associated with remote data storage. This approach minimizes the risks of unauthorized access and data breaches, as your passwords remain confined within the confines of your device's storage, inaccessible to external entities.
With complete ownership and management of your password data, you can rest assured that your confidential information is shielded from external threats and remains under your exclusive control.
Meet the 2-layer encryption approach:
When a user saves a password, it is encrypted before being inserted into the database through a call to an 'encrypt' method. This encryption occurs using a securely generated (by the system) key stored in the Android Keystore, a protected environment for managing cryptographic
keys.
Consequently, all passwords in the app's database are encrypted. To view a password, for example by clicking on the eye icon to show or hide the password, it is temporarily decrypted using a "decrypt" method and displayed to the
user. Importantly, this decryption process never compromises the encryption of passwords in the database.
Thus, during app usage, passwords remain constantly encrypted.
Additionally, a second level of encryption is implemented provided by the SQLiteCipher library.
This library encrypts the entire database using a key entered by the user during the first launch of the application.
Thus, the user can be assured that their passwords are encrypted by two different keys.
There is no need to remember both keys, as the user only manages the one used to access the application. This double layer of encryption ensures greater data security, protecting passwords from unauthorized access and ensuring they remain confidential and secure.
Enjoy an intuitive and user-friendly interface that makes generating, viewing, and managing your passwords easy.
Convenient options are available for copying passwords to the clipboard and securely sharing them with other applications, enhancing the overall user experience.