Skip to content

OpenPassword is a Password Manager designed using shell programming for Linux. This tool can be used to securely generate, store passwords locally and take a backup of your passwords to gmail.

License

Notifications You must be signed in to change notification settings

Munazirul/OpenPassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenPassword

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.

Features

  1. Store passwords with strong encryption using openssl.
  2. Generate strong passwords.
  3. Check for password breach.
  4. Take a backup of all your encrypted passwords to your Gmail. (New feature)
  5. Create password hint.
  6. No breaching passwords in your memory.

Steps to install this tool on your linux machine.

  1. git clone https://github.com/Munazirul/OpenPassword
  2. cd OpenPassword
  3. chmod +x OpenPass.sh
  4. sudo ./OpenPass.sh
  5. BOOM!

Welcome banner

View stored passwords

accessibility text

Check for breach

accessibility text

Backup feature

accessibility text

About

OpenPassword is a Password Manager designed using shell programming for Linux. This tool can be used to securely generate, store passwords locally and take a backup of your passwords to gmail.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages