1.0.2 • Published 8 years ago

thirty-two v1.0.2

Weekly downloads
163,103
License
-
Repository
github
Last release
8 years ago

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
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.2

10 years ago

0.0.1

13 years ago