1.0.5 • Published 12 months ago

@thaunknown/thirty-two v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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.5

12 months ago

1.0.3

2 years ago