Skip to content

Easy to remember and readable random passwords generator

Notifications You must be signed in to change notification settings

kindynosmx/pwdgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy and readable password generator

🚧 🚨 Passwords generated by this script are not entirely secure. Do not use for real protection 🚧 🚨

This code is based on and ported to Rust from the password generator created by Christian Haensel, modified by Josh Hartman, and modified by Joseph Kreifels II, which can be found at https://www.warpconduit.net/password-generator/ and here https://jkdos.com/apps/php/passwd-gen/

Requirements

Install

  1. Install the crate
cargo install pwdgen
  1. Run the program
pwdgen

Build

  1. Clone the repository
git clone https://github.com/eabz/pwdgen && cd pwdgen
  1. Build the program
cargo build --release
  1. Run the generator
./target/release/pwdgen

Program flags

Flag Default Purpose
-p, --passwords 10 Amount of passwords to generate.
-l, --length 14 Amount of characters for each password.

About

Easy to remember and readable random passwords generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages