https://github.com/anlaki-py/pass-gen
Simple/secure password generator that you can quickly run everywhere in your terminal.
https://github.com/anlaki-py/pass-gen
cpp password-generator simple-project terminal-app
Last synced: over 1 year ago
JSON representation
Simple/secure password generator that you can quickly run everywhere in your terminal.
- Host: GitHub
- URL: https://github.com/anlaki-py/pass-gen
- Owner: anlaki-py
- License: mit
- Created: 2024-05-11T23:53:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T19:36:01.000Z (over 1 year ago)
- Last Synced: 2025-02-05T17:13:14.057Z (over 1 year ago)
- Topics: cpp, password-generator, simple-project, terminal-app
- Language: C++
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PASS-GEN v1.0.3
## Clone Pepo
```bash
git clone https://github.com/anlaki-py/pass-gen.git
cd pass-gen
```
## Compile & Install/Uninstall
- make the script executable
```bash
chmod +x compile.sh
```
- run the script
```bash
./compile.sh
```
## Options
- `-l `: Specify the password length (default: 8)
- `-u`: Include uppercase letters
- `-n`: Include numbers
- `-s`: Include symbols
- `-e`: Generate an easy-to-remember password
- `-v`: Show version
- `-h`, `--help`: Display help message
**Example:**
```bash
pass 12 -u -n
```
## License
PASS-GEN is open source and available under the [MIT License](LICENSE).