Crates.io | gimmiepass |
lib.rs | gimmiepass |
version | 0.1.3 |
source | src |
created_at | 2023-07-08 22:50:11.021039 |
updated_at | 2023-07-09 09:14:35.306575 |
description | A simple command line password generator tool made in Rust. |
homepage | |
repository | https://github.com/marcoferri42/passGen |
max_upload_size | |
id | 911708 |
size | 14,347 |
Introducing GimmiePass, a simple password generator tool made in Rust 🦀, born out of the necessity for effortless security (and to learn the language).
$ gimmiepass [password length] [y/n for numbers] [y/n for special chars] [y/n for caps]
If no fields are specified, the tool will generate a password using all available character types.
$ gimmiepass 20
]vSEW£vzO)0XOI]|yNSO
$ gimmiepass 20 y y y
£O=]RcPuOZib1abd7fgj
$ gimmiepass 30 y n y
9icpuMM9oq2CXPEdI2v9p2dfTa2A5b
To view a help message, enter:
$ gimmiepass -h
Rest assured, no passwords are stored or recorded, I dont even remember what I had for lunch yesterday.