RFC4648 Multibase encoder/decoder Initially Created by CJS on 2018/7/12.
Multibase encoding identifier. Each multibase-encoded string is identified by a prefix, followed by data composed of alphabet characters. The prefix is also part of the alphabet. See also RFC4648.
Decodes the given multibase data into a ByteArray. This method throws Exceptions for strings that are not valid multibase encodings.
Encodes the given data into the specified base.