Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 968 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 968 Bytes

SecureNotebook

Notebook which support both work mode - GUI and CLI.

Application use AES-256-CBC encryption to protect content of your notes. Encryption keys are generated using KDF PBKDF2 basing on PIN different for each user.

Login view image Register view image Note list view image Edit note view image

Installation

  1. Clone the repo
    git clone https://github.com/Kaspek2480/SecureNotebook
  2. Install required packages
    pip install -r requirements.txt
  3. Type in shell
    py main.py