Jump to content

Does some encode function like this exist?


Rifts

Recommended Posts

nope. hashes are one way. any sort of cryptography encoding/decoding produces longer data than the source, as does base64 encoding/decoding.

 

the only way to shorten long data is to find repeated sections that are long enough and occur frequently enough to justify processing them, store one copy of the repleted section along with a short token value, then replace each repeat region with the short token. reverse to get back the original.

 

edit: see the lossless sections at this link - http://en.wikipedia.org/wiki/Data_compression

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.