passgen

Crates.iopassgen
lib.rspassgen
version0.3.2
sourcesrc
created_at2016-07-08 03:45:40.235613
updated_at2017-03-18 16:37:48.417157
descriptionAn incrdibly simple command line password generator.
homepage
repositoryhttps://github.com/azdle/passgen
max_upload_size
id5607
size3,261
Patrick Barrett (azdle)

documentation

README

passgen

Build Status Crates.io Link

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*
Commit count: 17

cargo fmt