Skip to content

Nikitos9I/Huffman_archiver

Repository files navigation

Huffman_archiver

You can use the tester class to check the work of the archiver.

Initial point –— main.cpp

For using

You should specify the programm arguments:

-test 

for encoding and decoding randomly filled files. It works with class tester

or

-encrypt filename1 filename2

filename1 is name of input file for encrypting and filename2 is name of output file.

or

-decrypt filename1 filename2

filename1 is name of input file for decrypting and filename2 is name of output file.

About

Archiver based on Huffman compression algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published