Skip to content

peleccom/huffmanZip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman archiver, written in C

usage exmples:
	./hmzip -c file.txt
		Create archive with filename file.txt.hz
	./hmzip -x file.txt.hz
		Extract file file.txt

Archive file format:
2 bytes - count of codes in codemap
each code entry : 
	1 byte - char code
	2 bytes - string size
	n bytes - string chars
8 byte - original file  size 
x bytes - encrypted data

About

Implementation a huffman encoding algorithm in pure C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published