https://github.com/antruc/passsh
Bash script for generating passwords and pin codes
https://github.com/antruc/passsh
bash
Last synced: 4 months ago
JSON representation
Bash script for generating passwords and pin codes
- Host: GitHub
- URL: https://github.com/antruc/passsh
- Owner: antruc
- License: gpl-3.0
- Created: 2024-08-06T20:28:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T22:11:04.000Z (about 1 year ago)
- Last Synced: 2025-04-28T23:29:10.244Z (about 1 year ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# passsh
Bash script for generating passwords and pin codes
# Usage
```
Usage: pass.sh -p [length] -c [length]
Options:
-p [length] Generate random password
-c [length] Generate random pin code
-h Prints usage and exits
-v Prints version and exits
```