Text Compression

An algorithm which has efficiency upto 80% in text compression

Overview

Dynamic Dictionary

This algorithm uses a dynamic dictionary which can be constructed on-the-go while decompressing, this provides various capabilities such as compressed streaming.

Plug & Play

Can be clubed with other compression / encryption techniques easily and platform independent which provides better extendability.

Step 1: Enter Access Key

Contact me through contact page to get an access key

Step 2: Text to Compress

Statistics: 100bytes, 100 words.

Step 3: Compressed Text

Statistics: --; You can copy and paste at step 4.

Step 4: Text to Decompress

You can copy and paste output from step 3.

Step 5: Decompressed Text

Verify with input text to check the lossless compression technique.