Skip to content

a light weight command line based password manager written in python3

License

Notifications You must be signed in to change notification settings

mathewdblewis/passwordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLI Password Manager

Here is a password manager CLI written in python3 for mac and linux. This command line tool offers a light weight, minimalistic and easy to use interface for password management. All data is encrypted using the library cryptograph.fernet and is stored in the users home directory in the hidden file .passwordmanager.enc.

Installation

To install passwords, paste the following in your console:

curl -s https://raw.githubusercontent.com/mathewdblewis/passwordManager/master/passwords.py > passwords.py
python3 passwords.py -install
rm passwords.py

During installation you will be prompted for a location to store the passwords program however you may be given the option to choose a location selected by the installer.

About

a light weight command line based password manager written in python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages