thirty-two

Implementation RFC 3548 Base32 encoding/decoding for node.


Keywords
base32, encoding
License
MIT
Install
npm install thirty-two@0.0.2

Documentation

thirty-two

Implementation of RFC 3548 Base32 encoding/decoding for node.

Installation

npm install github:osztenkurden/thirty-two#master

Usage

import base32 from "thirty-two";

base32.encode('node').toString();
// output: NZXWIZI=

base32.decode('NZXWIZI=');
//output: node