alphanumericcompressor
v1.0.0
Published
Compress a string into an hexadecimal number where each character fills six bits.
Downloads
3
Readme
Description
Utility to compress and decompress strings into an hexadecimal number where each character fits only six bits
Usage
compress("string");
decompress("string");