A simple, fast, and secure password generator built with Rust, using the eframe GUI framework. Easily generate strong, randomized passwords with options to include numbers, uppercase, lowercase, and symbols β and copy them instantly to your clipboard.
- π¦ Rust β safe and fast systems programming
- π¨ eframe (egui) β lightweight and modern GUI in Rust
- π arboard β cross-platform clipboard access
- π‘ random-string β simple random string generation
- Generate highly secure passwords
- Customize password content:
- β Numbers
- β Uppercase letters
- β Lowercase letters
- β Symbols
- One-click copy to clipboard
- Responsive and clean user interface
- Clone the repo:
git clone https://github.com/yourusername/strong-password-generator.git
cd strong-password-generator- build it
cargo build
- run it
cargo run
it's under GNU, feel free.
