rust-passmaker

Crates.iorust-passmaker
lib.rsrust-passmaker
version0.2.6
sourcesrc
created_at2021-08-27 16:17:45.918707
updated_at2023-02-07 16:26:33.561099
descriptionA password generator CLI written in Rust.
homepage
repository
max_upload_size
id443147
size111,579
Trevor Opiyo (Trevor-Opiyo)

documentation

README

A password generator CLI written in Rust.

This password generator has sets variability and security as first order priorities. rust-passmaker chooses and indeterminate amount of each character type to add to the final password. This increases the variability of the password and presents users with the ability to regenerate the password immediately if it does not fulfill their criteria. (If the password doesn't meet your needs hit 'Y' to regenerate!)

Prerequisites

Rust 2018 editiion +

Installation

Run

cargo install rust-passmaker

Make sure the ~/.cargo/bin directory has been added to your environment.

Run

rust-passmaker

Commit count: 0

cargo fmt