8 releases

0.2.6 Feb 7, 2023
0.2.5 Feb 5, 2023
0.2.3 Jan 30, 2023
0.2.1 Nov 28, 2022
0.1.0 Aug 27, 2021

#120 in Authentication

Download history 14/week @ 2024-02-24 74/week @ 2024-03-02 29/week @ 2024-03-09 1/week @ 2024-03-16

118 downloads per month

MIT/Apache and GPL-3.0 licenses

83KB
86 lines

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

Dependencies

~7MB
~127K SLoC