Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

A secure and customizable password generator written in Rust.

Features

  • Customizable password length (1-255 characters)
  • Option to include/exclude numbers, letters, and special characters
  • Secure random number generation
  • Command-line interface

Installation

cargo install password-generator

Usage

password-generator --length 16 --numbers --letters --symbols

Options

  • -l, --length <LENGTH>: Set password length (default: 24)
  • -n, --numbers: Include numbers
  • -l, --letters: Include letters
  • -s, --symbols: Include special characters

License

MIT License

About

CLI password generator, written in Rust using clap.rs

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages