#password-manager #safe #built #encryption #key #setup #save

bin+lib givme

A password manager built in Rust that is simple to use and safe

1 unstable release

0.1.0 Oct 15, 2021

#985 in Authentication

29 downloads per month

Apache-2.0 and LGPL-3.0 OR GPL-2.0 OR GPL-3.0

24KB
521 lines

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

  • Uses 2 of the world strongest encryption algorithms.
  • Dependencies > 75.
  • Easy installation with cargo.
  • Written in Rust.
  • Open Source.
  • Encrypted with 2 different keys. You only need to remember 1.

GivMe Setup

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

Saving Passwords

$ 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

$ givme mypassword
Enter your Master Key: hello123

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

Currently Under Development

Dependencies

~4–15MB
~160K SLoC