radix_encoding 0.1.0
Binary to text encoding of data is commonly used for transmission when the channel does not support binary data. Common formats are Base16 (also known as hexadecimal), Base32, and Base64. However it is possible to encode data into any base, given an alphabet with that length. This tool allows the creation of an encoder for any base and alphabet, handling the special case where the base is not a power of 2.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activesupport
>= 3.0
subvisual-utils
~> 0.x