Skip to content

just a password generator that let you generate & copy very strong randomized passwords, built in Rust lang & eframe & arboard & random-string crates

License

Notifications You must be signed in to change notification settings

pirateInNet/strong-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Strong Password Generator

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.

🧰 Built With

  • πŸ¦€ 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

✨ Features

  • Generate highly secure passwords
  • Customize password content:
    • βœ… Numbers
    • βœ… Uppercase letters
    • βœ… Lowercase letters
    • βœ… Symbols
  • One-click copy to clipboard
  • Responsive and clean user interface

πŸ“Έ Screenshot

screenshot for the app

πŸ“¦ Installation

  1. Clone the repo:
git clone https://github.com/yourusername/strong-password-generator.git
cd strong-password-generator
  1. build it
cargo build
  1. run it
cargo run

πŸ“œ License

it's under GNU, feel free.

About

just a password generator that let you generate & copy very strong randomized passwords, built in Rust lang & eframe & arboard & random-string crates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages