Crates.io | anzen |
lib.rs | anzen |
version | 1.0.0 |
source | src |
created_at | 2022-02-22 06:50:48.266403 |
updated_at | 2022-02-22 06:50:48.266403 |
description | A minimal and simple password generator |
homepage | |
repository | https://github.com/fasync/anzen |
max_upload_size | |
id | 537142 |
size | 14,028 |
Anzen is a minimal and simple password generator.
anzen -cnsl 32
anzen -l 64
anzen -cnl 16
-l
specify the length of the password
-c
will include capitalized characters
-n
will include numbers
-s
will include special characters like !")$% etc.