1.1.5 • Published 5 years ago

passwd.mgr v1.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

passwd.mgr

Store all your 128-character passwords safely

Usage

passwd.mgr --database file --password password --encryption algorithm command command arguments

Options

OptionvalueDescription
-d, --databasefileThe database file used for the passwords
-p, --passwordpasswordThe encryption password
-e, --encryptionalgorithmThe encryption algorithm
--helpPrint this usage guide

Commands

CommandDescriptionWarnings
createCreate a database fileThis will overwrite files without asking
listPrint a list of sites in the database
addAdd a new site (Options below)
getGet data of a site (Options below)
algorithmsPrint a list of supported encryption algorithms

Add

OptionvalueDescription
-s, --sitesiteThe name of the site
-u, --usernameusernameYour Username on this site (optional)
-e, --emailemailThe E-Mail Address you use on this site (optional)
-p, --passwordpasswordYour password (optional)

Get

OptionvalueDescription
-s, --sitesiteThe name of the site

Examples

CommandDescription
passwd.mgr -d db.passwddb -p superSecurePassword -e aes256 createCreate a new password database in db.passwddb
passwd.mgr -d db.passwddb -p superSecurePassword -e aes256 add -s example.com -u Me -e me@example.com -p myPasswordAdd an entry for example.com
passwd.mgr -d db.passwddb -p superSecurePassword -e aes256 listPrint a list of all entries in the database
passwd.mgr -d db.passwddb -p superSecurePassword -e aes256 get -s example.comPrint your username, password and E-Mail for example.com
1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago