You can use the tester class to check the work of the archiver.
Initial point –— main.cpp
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.