base32

Index


GitHub License Tests Status
NPM Version NPM Downloads NPM Type Definitions

npm install @lunacrew/base32

Overview

This library provides a simple and efficient way to encode and decode base32 strings in Node.js and the browser. It supports the RFC4648, Crockford, and Base32Hex character maps.

The library consists of two main classes: Encoder and Decoder. The Encoder class is used for encoding strings, while the Decoder class is used for decoding base32 encoded strings.

Contributing

Contributions are welcome! Visit the GitHub repository to get started.