Base32 is a notation for encoding arbitrary byte data using a restricted set of symbols which can be conveniently used by humans and processed by old computer systems which only recognize restricted character sets.
I need a quick checksum (as fast as possilbe) for small strings (20-500 chars). I need the source code and …
javascript string base64 checksum base32