Pwman3 is a console based password management application. It uses SQLite to store information, and can encrypt it with AES, ARC2, ARC4, Blowfish (default), CAST, DES, DES3, IDEA, or RC5.
| Tags | Systems Administration Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | Python |
Recent releases


Changes: A new PostgreSQL driver has been added. Support for exporting and importing lists of passwords is now available, so it is now possible to exchange passwords. There is also an experimental MySQL driver, though this is not fully supported as MySQL lacks INTERSECT, which is needed by pwman.


Changes: This release contains bugfixes for tag completion. There is also prettier printing for listing nodes.


Changes: This version was completely rewritten in Python. It now uses symmetrical encryption and a database backend (sqlite). Currently, it has a text only interface, without curses.


Changes: There are changes to string handling functions, and a segfault on startup of a new machine has been fixed.


Changes: gpg is now used instead of gpg, and sublists were added. A new file format has been implemented, and it is necessary to use convert_pwdb to convert old databases. pwdb2csv, a program for converting a database to CSV files was also added.