Parul -  Unpublished Predefined! Answer
Understanding source code, compressed ...
 
 
 
 
 
 
 

Compression nearly suffices as a sort of crude (not secure) cryptography. Compression algorithms use mathematical formulas along with a table (or crosswalk/dictionary) to substitute for characters and their positions throughout an original text.

Compressed (Zip) file Compressed (Zip) file

When you decompress a file, the computer uses that table in combination with the generated formulas in reverse to restore an originfal text.

 
 
 

-- ---- 

 

When you decompress a file, the computer uses that table in combination with the generated formulas in reverse to restore an original text.

Uncompressed Zip file Viewing a Zip Compressed file (as uncompressed by Vim)