Skip to content

Best way to store secrets safely

Notifications You must be signed in to change notification settings

Kaspek2480/SecureNotebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Best way to store secrets safely

Topics

Resources

Stars

Watchers

Forks

Languages