A memorable password generator written for secure and easy to remember passwords.
Passwords are generated using a cryptographically secure random number generator.
# Nix (Recommended) (Release binaries are cached)
nix run github:AMTSupport/tools#memorable-pass
# Cargo
cargo install --git https://github.com/AMTSupport/tools memorable-pass
# Generate a password with the default settings
memorable-pass generate
# Generate a more secure password by increasing the word length
memorable-pass generate --min-length 7 --max-length 9
# Generate a password with alternating case characters
memorable-pass generate --transformation-case alternating
# View all possible rules
memorable-pass help generate
👤 James Draycott
- Github: @DaRacci
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2023 James Draycott.
This project is GPLv3 licensed.