Home > pwmanage

pwmanage

Pwmanage is a project mainly written in PYTHON and C, it's free.

Password Manager

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 - Add a new record to the database pwmanage edit - Edit an existing record pwmanage del - Delete an existing record pwmanage move - Rename key for a record to key2 pwmanage list - List all the keys pwmanage - Dump the secret stored against the key