Crates.io | password-gen |
lib.rs | password-gen |
version | 2.1.0 |
source | src |
created_at | 2022-05-31 07:50:25.521772 |
updated_at | 2022-06-06 04:53:34.423327 |
description | Library for generating passwords |
homepage | https://github.com/tacentio/password-gen |
repository | https://github.com/tacentio/password-gen |
max_upload_size | |
id | 597334 |
size | 10,910,908 |
A rust library for generating passwords.
Add this to your Cargo.toml
[dependencies]
password-gen = "<latest-version>
To get started, see the api documentation
Supports different character sets each useful in their own right.
CharSet | Example |
---|---|
Xkcd | underrogue/orchesography/ARAMITESS |
Ascii | yB"hF<%\H |
AsciiExtended | ÝýIêø¹Ü¹fBDI2î1Ù |
Alphanumeric | bpM2vqmGRfzaSmm5 |
Numbers | 9837 |
cereal
- Enable serde
Serialization
and Deserialization
support on PasswordOptions