anzen

Crates.ioanzen
lib.rsanzen
version1.0.0
sourcesrc
created_at2022-02-22 06:50:48.266403
updated_at2022-02-22 06:50:48.266403
descriptionA minimal and simple password generator
homepage
repositoryhttps://github.com/fasync/anzen
max_upload_size
id537142
size14,028
Florian Büstgens (fxttr)

documentation

README

Anzen

Anzen is a minimal and simple password generator.

Usage

Example

anzen -cnsl 32
anzen -l 64
anzen -cnl 16

Required

-l specify the length of the password

Optional

-c will include capitalized characters
-n will include numbers
-s will include special characters like !")$% etc.

Commit count: 14

cargo fmt