Crates.io | genpass3 |
lib.rs | genpass3 |
version | 1.1.0 |
source | src |
created_at | 2022-11-20 16:14:36.394309 |
updated_at | 2022-11-20 20:09:17.322411 |
description | A CLI tool to quickly create secure passwords. |
homepage | https://github.com/nico-castell/genpass3 |
repository | https://github.com/nico-castell/genpass3 |
max_upload_size | |
id | 719209 |
size | 12,050 |
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)
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
$ 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
This program and this repository are available under an MIT License.