amitay/pwmanage
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Password Manager pwmanage is a password manager developed using talloc/tdb. pwmanage is a commandline tool to manage your passwords/secrets. The database is stored in tdb format. Each password is stored against a key which is used to search in the database. Usage: pwmanage init - Initialize the database (file ~/.pwmanage.tdb) pwmanage add <key> - Add a new record to the database pwmanage edit <key> - Edit an existing record pwmanage del <key> - Delete an existing record pwmanage move <key> <key2> - Rename key for a record to key2 pwmanage list - List all the keys pwmanage <key> - Dump the secret stored against the key