Skip to content

πŸ›‘οΈ RustSecurePassGen RustSecurePassGen is a high-performance secure password generator developed in Rust. πŸš€ This project offers powerful settings for creating complex passwords, ideal for enhancing the protection of your accounts. πŸ”

License

Notifications You must be signed in to change notification settings

LF3551/RustSecurePassGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ RustSecurePassGen

Rust

πŸ“ Description

RustSecurePassGen is a secure password generator developed in the Rust programming language. This project is designed to create high-entropy, random passwords that can be used to enhance account security. 🌐

🌟 Features

  • πŸ“ Length customization: Users can choose the length of the password according to their needs.
  • πŸ”  Character set: Ability to choose from various character sets, including:
  • Uppercase letters (A-Z) πŸ…°οΈ
  • Lowercase letters (a-z) πŸ†Ž
  • Numbers (0-9) πŸ”’
  • Special characters (!@#$%^&* and so on) 🎭
  • 🚫 Exclusion of similar characters: Option to exclude characters that can be easily confused (e.g., 0 and O).

πŸ›  Technologies

The project uses the Rust programming language to ensure high performance and security. πŸš€

πŸ“¦ Installation and Execution

To run the project, you need to have Rust and Cargo installed.

# Cloning the repository
git clone https://github.com/LF3551/RustSecurePassGen.git

# Navigating to the project directory
cd RustSecurePassGen

# Building and running
cargo run

# Running tests
cargo test

About

πŸ›‘οΈ RustSecurePassGen RustSecurePassGen is a high-performance secure password generator developed in Rust. πŸš€ This project offers powerful settings for creating complex passwords, ideal for enhancing the protection of your accounts. πŸ”

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages