/AlphanumericCompressor

Compress a string into an hexadecimal number where each character fills six bits.

Primary LanguageJavaScript

Description

Utility to compress and decompress strings into an hexadecimal number where each character fits only six bits

Usage

compress("string");
decompress("string");