base - How can I quickly compress a short hex string and decompress it in c# -


i have 16 character hex strings this:

b5a43bc5bdceefc6 2c7c27f05a488897 1514f4ec47c2ebf6 d91ed66bc999eb64 

i want shorten them , have shortened string contain upper case letters.

deflatestream , gzipstream increase length.

anyone can me shorten these 16 characters hex string 6 characters or fewer?

alternatively, shortening 32 character hex string 12 characters or fewer okay.

you can convert hexadecimal number higher base sexagesimal:

quickest way convert base 10 number base in .net?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -