rustword is a simple Terminal style password generator written in Rust. It allows you to generate random passwords of custom lengths quickly.
- Generate random passwords of custom lengths.
- Simple command-line interface.
- Colorful output for improved readability.
git clone https://github.com/UmmItC/rustword.git
cd rustword
cargo rungen <length>: Generates a random password of the specified length. If no length is provided, the default length is 12.exit: Exits the rustword program.
This project is licensed under the MIT License - see the LICENSE file for details.