Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Password Generator 🔒

Install

(GIT)

git clone git@github.com:biswashniyam/password-GEN.git 

Zip

wget -c https://github.com/biswashniyam/password-GEN/archive/refs/heads/main.zip -O password-GEN.zip \
  && unzip password-GEN.zip \
  && rm -f password-GEN.zip 

Running the program

  1. Compile the program
cargo build
  1. Run the program
cargo run

About

This is a simple Rust program that generates secure passwords based on a user-defined length. It combines lowercase letters, uppercase letters, numbers, and symbols to ensure strong password security.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages