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.
```sh $ gimmiepass 20
]vSEW£vzO)0XOI]|yNSO ```
```sh $ gimmiepass 20 y y y
£O=]RcPuOZib1abd7fgj ```
```sh $ gimmiepass 30 y n y
9icpuMM9oq2CXPEdI2v9p2dfTa2A5b ```
To view a help message, enter:
sh
$ gimmiepass -h
Rest assured, no passwords are stored or recorded, I dont even remember what I had for lunch yesterday.