PWMan is a commandline based password manager.
It encrypts the password database file using strong AES-256 encryption.
Pwman has support for:
- Store arbitrary attributes and text data along with the passwords and login credentials.
- Generate two factor authentication tokens TOTP.
- Database compare (diff). In pwman prompt, at pwman command line and as `git diff` extension.
- Database search with Regular Expressions or SQL LIKE syntax.
- Shell-style Tab-completion for all commands.
- Custom Python scripts for arbitrary database processing.
- Export of the complete database as SQL text dump, CSV dump and human readable plain text dump.
Release tarball
-
pwman release 2.11
.tar.xz archive
PGP signature - Older pwman releases can be found here.
The development source code of pwman can be downloaded using
the Git version control system as follows:
git clone https://git.bues.ch/git/pwman.git
To browse the Git repository online, go to the
repository web interface.
Or download the compressed snapshot.
If you want to contribute to pwman, please read
the contribution guidelines first.
pwman is stable/production quality software.
That means its features are well tested and the remaining amount of bugs probably is minor.
The documentation is not complete.
If you find any bugs in pwman or if you have any suggestion for new
features, we would like to hear from you.
Your help is greatly appreciated and will help to create better
software and improve the overall experience for everybody.
So don't hesitate to report anything that that limits your pwman usage.
- You may send your report via e-mail
If you have got any code improvements or other improvements that should be merged into the project, please send such enhancements to the pwman maintainer.
Please read the contribution guidelines first.
Copyright (C)
Michael Büsch
Licensed under the terms of the
GNU General Public License version 2
.
See the sourcecode for details.