Skip to content

nooballiance/yate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yate, yet another text editor

Description

A lightweight "GUI-like" text editor using python that automatically generates ciphertext, message digest and Base64 encoded text files

  • Created a primitive text editor using ncurses(Python) library.
  • Cryptographic Algorithms : AES128 Encryption, SHA256 Hashing and Base64 Encoding.