An open API service indexing awesome lists of open source software.

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.

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).