SOME OF THE PROJECTS ARE MOVED IN THEIR SEPARATE REPOSITORIES
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Unbewohnte 1e5787e57c Added README 3 years ago
..
src Added a psgen 3 years ago
.gitignore Added a psgen 3 years ago
Cargo.lock Added a psgen 3 years ago
Cargo.toml Added a psgen 3 years ago
LICENSE Added a psgen 3 years ago
README.md Added README 3 years ago

README.md

psgen

A minimal command-line password generator.

Usage

./psgen [OPTIONAL PASSWORD LENGTH HERE]

Examples

./psgen 255

will output a password with length of 255

./psgen

will output a password with length of 8

./psgen 10

will output a password with length of 10