Skip to content

dootss/noter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTER

A cute, simple, encrypted terminal note-taking script!

  • Your notes are secured with AES encryption.
  • The key for authentication is secured with SHA256 encryption.

Demonstration:

cropped.mp4

Installation:

  • git clone https://github.com/dootss/noter.git
  • cd noter
  • py -m pip install -r requirements.txt
  • py noter.py

or install via ZIP, and follow similar steps