GivMe

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.

Why GivMe

GivMe Setup

shell $ givme [+++] First Run Setup [+++] Set your master key: hello123 Confirm your master key: hello123

Saving Passwords

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

Retrieving Passwords

```shell $ givme mypassword Enter your Master Key: hello123

Here\'s your 'mypassword': thisismypassword Note: Please don\'t lost this password ```

Currently Under Development