Base32

Base32 encoder/decoder with support for multiple variants

About

Base32 encode and decode written in TypeScript exported as both commonjs and tree shakeable modules. Support for RFC4648, RFC4648_HEX, and CROCKFORD base32 encoding. Mostly directly taken from LinusU's packages, both licenses are MIT.

Install

npm install @ctrl/base-32

Demo