Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.76 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.76 KB

Welcome to country-ip 👋

Build Status License: GPLv3

A memorable password generator written for secure and easy to remember passwords.

Passwords are generated using a cryptographically secure random number generator.

Install

# Nix (Recommended) (Release binaries are cached)
nix run github:AMTSupport/tools#memorable-pass

# Cargo
cargo install --git https://github.com/AMTSupport/tools memorable-pass

Usage

# 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

Author

👤 James Draycott

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2023 James Draycott.
This project is GPLv3 licensed.