File Management Program
See the full project on GitHub
2023
File Management program implemented in C, designed to allow you to encrypt, decrypt and compress BMP images and TXT files.
Background and Context
A file management program developed in C as part of my studies at UTS. The program supports the encryption and decryption of text files using the Vigenère cipher, image encryption using XOR bitwise operations, and lossless file compression via Huffman coding.
Built with modularity in mind using a Makefile to compile separate source files into distinct modules for file I/O, text encryption and image processing. Includes robust error handling and a simple command-line interface accessible to users of any technical level.