http://www.crockford.com/wrmg/base32.html
Crockford's Base32 is used as shown.
This alphabet excludes the letters I, L, O, and U to avoid confusion and abuse.
str = '0123456789ABCDEFGHJKMNPQRSTVWXYZ'
http://www.crockford.com/wrmg/base32.html
Crockford's Base32 is used as shown.
This alphabet excludes the letters I, L, O, and U to avoid confusion and abuse.
str = '0123456789ABCDEFGHJKMNPQRSTVWXYZ'