A project designed for encryption, decryption, etc. Generally, I suppose my program be able to encrypt and decrypt with any Streaming Coding System, but apparently I can't do this perfectly.
- Nov. 18, 2021: Add colour to significant info. Several lines in function "getkey" to prevent invalid key input (including uppercases, numbers and special signals).
- Nov. 20, 2021: Function "encryption" completed. Bugs in function "merge" fixed.
- Dec. 8, 2021: Added func file_reader.
- Dec. 14, 2021: Compatibility with uppercases added.
- Dec. 16, 2021: Code restructured, function "readlog" advanced.
- Jan. 19, 2022: Code restructured, several changes on description.
- Aug. 15, 2024: C code base deprecated, turned to C++