Question
String Data Compression
Is there a way to take a long string and compress it into a
much shorter string?
Here's an example string, a comma-delimited set of values:
cd,1111-1111-11-1,d120700000a72cbj001c,46808598,60,1,030308,060108
I'd like to shrink it down to a 10-12 character string that a user can input.
Does anyone know of any tools to perform this?
Here's an example string, a comma-delimited set of values:
cd,1111-1111-11-1,d120700000a72cbj001c,46808598,60,1,030308,060108
I'd like to shrink it down to a 10-12 character string that a user can input.
Does anyone know of any tools to perform this?