https://github.com/alilo113/pwman
https://github.com/alilo113/pwman
cli cli-app comand comand-line comand-line-tool comandos-de-linux linux linuxapp password password-generator password-manager password-safety password-store passwordsafe pwman security-tools
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alilo113/pwman
- Owner: alilo113
- Created: 2023-04-12T22:05:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-21T09:14:47.000Z (6 months ago)
- Last Synced: 2025-12-23T02:04:53.530Z (6 months ago)
- Topics: cli, cli-app, comand, comand-line, comand-line-tool, comandos-de-linux, linux, linuxapp, password, password-generator, password-manager, password-safety, password-store, passwordsafe, pwman, security-tools
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwman
**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.
---
## Features
- 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.
---
## Installation
You can install the latest version directly with Go:
```bash
go install github.com/alilo113/pwman@v0.1.2
```
Make sure ```$GOPATH/bin``` or ```$HOME/go/bin``` is in your ```PATH``` to run ```pwman``` from anywhere.
---
## Usages
### Generate a password
```
pwman -g
````
### Generate a password with a specified length
```
pwman -l 20
```
### Add a password to local storage
```
pwman -a
```
### Retrieve a password
```
pwman -r
```
---
## Local Storage
All passwords are encrypted with your master password and stored in:
```
$HOME/.pwman/store.json
```
---
## Donations
If you find pwman useful and want to support development: send donations to my PayPal at aliopdandan@gmail.com, donations are welcome. Every contribution helps keep the project alive and free for everyone.
## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests on GitHub