npm.io
1.0.2 • Published 10 years ago

thirty-two

Licence
Version
1.0.2
Deps
0
Vulns
0
Weekly
0
Stars
36

thirty-two

Implementation of RFC 3548 Base32 encoding/decoding for node.

Installation

npm install thirty-two

Usage

var base32 = require('thirty-two');
base32.encode('node');
// output: NZXWIZI=
base32.decode('NZXWIZI=');
//output: node

Keywords