Skip to content

Cryptographically random password generator for the terminal

License

Notifications You must be signed in to change notification settings

motheki/rust-passmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cryptographically random password generator for the terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages