/crypto_list

Easily protect key-value pairs with a master password

Primary LanguagePythonMIT LicenseMIT

crypto_list


Requirements

  • Python 3
  • TkInter
  • cryptography >= 1.8.1

Usage

Starting the application

python crypto_list.py

or

download win or linux amd64 binary distribution, and run crypto_list.

Saving a list

  1. Run the application.

  1. Add a new entry.

  1. Save entries to an encrypted list file (*.crypto_list).

  1. Create a new salt (to be hashed along with your master key). You'll need the salt along with your master key to decrypt this list later, so save it to a file (*.salt) and keep the file in a safe place!

  1. Define a master key. You'll need memorize the master key to decrypt this list later.

Opening a list

  1. Run the application.

  1. Open an encrypted list file (*.crypto_list).

  1. Load the salt used to encrypt the list you're trying to open along with your master key.

  1. Input the master key you used to encrypt the list you're trying to open.

Disclaimer

The software is provided "as is". Use it at your own risk. If you forget your master key or lose your salt file, I won't be able to help you.