Crates.io | pust |
lib.rs | pust |
version | 0.2.3 |
source | src |
created_at | 2022-10-09 03:26:02.676405 |
updated_at | 2022-10-12 15:46:42.708748 |
description | A simple static password generator |
homepage | https://github.com/nurmukhametdaniyar/pust |
repository | https://github.com/nurmukhametdaniyar/pust |
max_upload_size | |
id | 683851 |
size | 45,735 |
A simple static password generator for rust
I just wanted to create a static password manager in Rust
By default, passwords are 38 characters long.
Obviously, static passwords of any length can be generated for other uses as well.
cargo install pust
Usage: pust [OPTIONS] <ACCOUNT_NAME>
Arguments:
<ACCOUNT_NAME>
Options:
--length <LENGTH> [default: 38]
--enable-digit
--enable-lower
--enable-special
--enable-upper
-h, --help
Got inspired by Jarusk's pass-rs