This project is designed to enhance information security by implementing algorithms such as:
- Huffman Coding
- Shannon-Fano Coding
- Arithmetic Coding
- (...)
The goal is to protect user data confidentiality, ensure data integrity, and reduce storage requirements.
- Compress/Decompress text efficiently using Huffman Coding or Shannon-Fano Coding or Arithmetic Coding.
- Implement data hiding techniques using Huffman Coding or Shannon-Fano Coding or Arithmetic Coding.
Python 3.x
Clone this repository and navigate to the project directory:
git clone https://github.com/BaoPhuc1311/SecureSystem.git
cd SecureSystem
Run the program using the following command:
python main.py