Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 462 Bytes

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