Closed 0x6d686b closed 6 years ago
@0x6d686b sorry for answering (as alwalys) terribly late. at the moment nppcrypt uses the DUDE alphabet ( https://tools.ietf.org/html/draft-ietf-idn-dude-02 ) for base32 encoding (ABCDEFGHIJKMNPQRSTUVWXYZ23456789) without a pad character. i believe cryptopp also supports RFC 4648 (https://tools.ietf.org/html/rfc4648) base32 encoding. maybe i will change it in the next version.
Observed behaviour:
Expected behaviour
Version: 1.0.1.5
Obviously a base32 can never contain an '8' as it's prohibited.