1.0.3 • Published 11 months ago

@thaunknown/thirty-two v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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
1.0.3

11 months ago