pwdgen

Crates.iopwdgen
lib.rspwdgen
version1.1.0
sourcesrc
created_at2023-04-22 16:47:20.68013
updated_at2023-04-22 17:24:13.845524
descriptionEasy and readable password generator
homepage
repository
max_upload_size
id846049
size19,379
Kike B (eabz)

documentation

README

Easy and readable password generator

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.
Commit count: 0

cargo fmt