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:
Comments
Post a Comment