| Crates.io | rasswd |
| lib.rs | rasswd |
| version | 0.1.0 |
| created_at | 2021-04-25 19:27:06.302069+00 |
| updated_at | 2021-04-25 19:27:06.302069+00 |
| description | rasswd is a simple password generator implemented in rust |
| homepage | https://github.com/zolagonano/rasswd.git |
| repository | https://github.com/zolagonano/rasswd.git |
| max_upload_size | |
| id | 389390 |
| size | 12,462 |
rasswd is a simple password generator implemented in rust.
cargo install rasswd
git clone https://github.com/zolagonano/rasswd.git
cd rasswd
cargo build --release
cargo run
By default, if you run rasswd you will get a 45 character password that includes all characters.
But if you want to customize it you can use these letters in the first argument:
| letter | meaning |
|---|---|
l |
lowercase letters |
L |
uppercase letters |
p |
punctuations |
d |
digits |
You can mix these letters and generate a custom password, for example:
rasswd Ldp
That command above will generate a password that includes uppercase letters, digits, and punctuations.
To change the length of the password you can give the second argument to it, for example:
rasswd Ldp 20
All contributions are welcome but if you don't know what you can do look at this list: