Skip to content

Latest commit

Β 

History

History
34 lines (25 loc) Β· 1.19 KB

File metadata and controls

34 lines (25 loc) Β· 1.19 KB

πŸ›‘οΈ 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