5 unstable releases
Uses old Rust 2015
0.3.2 | Mar 18, 2017 |
---|---|
0.3.1 | Nov 2, 2016 |
0.3.0 | Oct 15, 2016 |
0.2.1 | Oct 15, 2016 |
0.1.0 | Jul 8, 2016 |
#9 in #alphanumeric
4KB
passgen
passgen
is an incrdibly simple command line password generator. This initial version generates passwords of any length. Passwords are by default alphanumeric, but can optionally include special characters from an explicitly specified list.
Getting Started
The easiest way to use passgen is to install it through cargo.
$ cargo install passgen
Then generate a password:
$ passgen 40
Eu1UG65E4EWJaXUPr1jr0ZarssIMG1ktwM1CLwRW
$ passgen 40 :/!@#%^_-`
kgas4U5%bYRO#GoQH_Jn9Y%%z5V#ixQ9Ln2u^yMG
$ passgen 40 "():/!@#%^_-`*"
SGI*YY5P^07b@Q)SN*cc31FVxb2:4sWs)mfTN9g*
Dependencies
~1–1.3MB
~13K SLoC