A password manager built in Rust that is simple to use and safe. When you ask for your password, save it with an optional note for yourself, and you'll be reminded with that note.
cargo
.shell
$ givme
[+++] First Run Setup [+++]
Set your master key: hello123
Confirm your master key: hello123
shell
$ givme --store mypassword
Enter your Master Key: hello123
Enter your 'mypassword': thisismypassword
Any note for yourself: Please don\'t lost this password
Saved Successfully
```shell $ givme mypassword Enter your Master Key: hello123
Here\'s your 'mypassword': thisismypassword Note: Please don\'t lost this password ```