pwman is a simple, secure, command-line password manager and generator for Linux users, written in Go. It allows you to generate strong passwords, store them encrypted locally, and retrieve them easily.
- Generate strong passwords of customizable length.
- Add passwords for websites with username and encrypted storage.
- Retrieve stored passwords securely using your master password.
- Local storage in
$HOME/.pwman/store.json. - Works entirely offline. No cloud storage required.
You can install the latest version directly with Go:
go install github.com/alilo113/[email protected]Make sure $GOPATH/bin or $HOME/go/bin is in your PATH to run pwman from anywhere.
pwman -g
pwman -l 20
pwman -a
pwman -r
All passwords are encrypted with your master password and stored in:
$HOME/.pwman/store.json
If you find pwman useful and want to support development: send donations to my PayPal at [email protected], donations are welcome. Every contribution helps keep the project alive and free for everyone.
Contributions are welcome! Feel free to open issues or submit pull requests on GitHub