A Tree based encryption algorithm for encrypting and decrypting data on disk
- Run main.cpp
- Enter username, text to encrypt and key
- Access Encrypted or Decrypted text using the key
All data is stored in main memory and is erased at the end of program execution
@author: Himanshu Thakur