OpenPassword is a Password Manager designed using shell programming for Linux. This tool can be used to securely generate, store and take a backup of your various passwords locally.
This tool uses openssl to encrypt your stored passwords using a secret key, The secret key is your Master Password which is used login to OpenPassword. Master password is stored locally in sha256 Format. This makes the tool secure and can be used for storing various passwords.
- Store passwords with strong encryption using openssl.
- Generate strong passwords.
- Check for password breach.
- Take a backup of all your encrypted passwords to your Gmail. (New feature)
- Create password hint.
- No breaching passwords in your memory.
git clone https://github.com/Munazirul/OpenPasswordcd OpenPasswordchmod +x OpenPass.shsudo ./OpenPass.sh- BOOM!



