- Used SHA-256 and bitwise operations to encrypt the contents of the file.
- Character ascii values are used to index an encode/decode table which utilizes the hash.
- Used Bitwise Operations in order to further encrypt the data in the file.
- EncryptData_Student
- DecryptData_Student
All other files are part of the driver code