genpass3

Crates.iogenpass3
lib.rsgenpass3
version1.1.0
sourcesrc
created_at2022-11-20 16:14:36.394309
updated_at2022-11-20 20:09:17.322411
descriptionA CLI tool to quickly create secure passwords.
homepagehttps://github.com/nico-castell/genpass3
repositoryhttps://github.com/nico-castell/genpass3
max_upload_size
id719209
size12,050
Nicolás Castellán (nico-castell)

documentation

https://docs.rs/genpass3/latest/

README

CLI Password Generator 3

Commits since last release Crates version License Tests

This program can read /dev/urandom to quickly generate random passwords in Linux.

This is a continuation of my saga of password generators. Some of which include genpass2, Genpass4Win, and Password-Magician. (Not rust projects)

Installation

To install this application, you will need to have cargo from the Rust language. If you don't have it, you can refer to the installation instructions here.

Then you simply run the following command in your terminal:

$ cargo install genpass3

Usage

$ genpass3
*rGV<QPYe>5"Eag&

You can also specify the length of the password you desire:

$ genpass3 50
hr#7dE_DpMM)K0(y>) 5'`0 BI|3.?*6;+5OF/SHhJX.rip\W_

There's also a --help menu:

$ genpass3 --help
Usage:
    genpass3 <LENGTH>

The LENGTH is an optional parameter specifying the desired length of the password.

Version: 1.1.0, MIT License

About

This program and this repository are available under an MIT License.

Commit count: 11

cargo fmt