agnoster / base32-js

Base32 encoding for JavaScript, based (loosely) on Crockford's Base32
https://github.com/agnoster/base32-js
MIT License
121 stars 61 forks source link

... #3

Open ghost opened 11 years ago

ghost commented 11 years ago

...

agnoster commented 11 years ago

Can you explain?

agnoster commented 11 years ago
$ node
> var alphabet = '0123456789abcdefghjkmnpqrtuvwxyz'
undefined
> alphabet.length
32