Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 448 Bytes

File metadata and controls

9 lines (9 loc) · 448 Bytes

HanZip

  • A program that compresses a text file using Huffman encoding
  • It also decompresses a file that was zipped with the .HanZip format
  • I will also add ability to encrypt the file (In progress)

How to use

  • Run from the command line with arguments
  • First argument is the path to the file
  • Second argument is the command, either compress or decompress
  • Only files that have been compressed with the .HanZip format can be decompressed