https://github.com/crypt0rr/foolproof-passgen
Mitigate the risk anyone takes a 0 for a O.
https://github.com/crypt0rr/foolproof-passgen
password password-generator
Last synced: about 1 year ago
JSON representation
Mitigate the risk anyone takes a 0 for a O.
- Host: GitHub
- URL: https://github.com/crypt0rr/foolproof-passgen
- Owner: crypt0rr
- License: mit
- Created: 2021-08-11T18:55:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T19:16:24.000Z (over 4 years ago)
- Last Synced: 2025-01-23T04:29:53.427Z (over 1 year ago)
- Topics: password, password-generator
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foolproof Password Generator
Just a simple 'random' password generator with some foolproof measures. For example it will not use `0O1I`.
## Usage
Run the script with as argument the amount of chars the password should have.
```bash
$ ./pass-gen.sh 69
StBBjjPq998mFt7Ze!!?jFKbNxDu7Vjxa44r8RN5RztLGZZe1vy9BWCk2T9bjW7u5zqM9
```
## License
MIT