Huffman Coding Encryption
A simple python tool to encrypt text file using huffman coding.
Ideas are taken from 2 papers mentioned below.
Papers
Usage
Details on how to use this tool is given in the GitHub.
References
- Huffman Coding
- https://www.geeksforgeeks.org/huffman-decoding/
- https://www.geeksforgeeks.org/huffman-coding-greedy-algo-3/