6 releases
0.2.3 | Oct 12, 2022 |
---|---|
0.2.2 | Oct 12, 2022 |
0.1.1 | Oct 9, 2022 |
#19 in #cli-password
25 downloads per month
22KB
541 lines
Pust (Password + Rust)
A simple static password generator for rust
Motivation
I just wanted to create a static password manager in Rust
Design
By default, passwords are 38 characters long.
Obviously, static passwords of any length can be generated for other uses as well.
Installation
cargo install pust
Usage
Usage: pust [OPTIONS] <ACCOUNT_NAME>
Arguments:
<ACCOUNT_NAME>
Options:
--length <LENGTH> [default: 38]
--enable-digit
--enable-lower
--enable-special
--enable-upper
-h, --help
Acknowledgments
Got inspired by Jarusk's pass-rs
Dependencies
~4–17MB
~169K SLoC