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

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.

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