BaseNcoding
BaseNcoding copied to clipboard
Library for encoding of binary data into strings using base32, base85, base128 and other algorithms.
There is a huuuge bug here: For example, if you enter "ap\n" ("ap" and NEW LINE) here: http://kvanttt.github.io/BaseNcoding/ using Base=4096 and MaxBitCount=12 it will encode into: ٚ+ which decodes back...
See here: https://en.bitcoin.it/wiki/Base58Check_encoding https://github.com/bitcoin/bitcoin/blob/master/src/base58.h
Hi, This project is very useful and efficient, making it suitable for string encoding. We hope the author can continue to improve and update this project. Thank you very much.