Crates.io | givme |
lib.rs | givme |
version | 0.1.1 |
source | src |
created_at | 2021-10-15 13:11:05.637437 |
updated_at | 2024-10-05 12:03:06.230523 |
description | A password manager built in Rust that is simple to use and safe |
homepage | |
repository | https://github.com/ParampreetR/givme.git |
max_upload_size | |
id | 465456 |
size | 71,009 |
A password manager built in Rust that is simple to use and safe. Save your passwords with an optional note for yourself.
cargo
.$ givme
[+++] First Run Setup [+++]
Set your master key: hello123
Confirm your master key: hello123
$ givme --store mypassword
Enter your Master Key: hello123
Enter your 'mypassword': thisismypassword
Any note for yourself: Please don't lost this password
Saved Successfully
$ givme mypassword
Enter your Master Key: hello123
Here's your 'mypassword': thisismypassword
Note: Please don't lost this password