thirty-two

1.0.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    537,953
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    537,953
  • 1.0.1
    3,924
  • 1.0.0
    0
  • 0.0.2
    64,551
  • 0.0.1
    0

Package Sidebar

Install

npm i thirty-two

Weekly Downloads

507,260

Version

1.0.2

License

none

Last publish

Collaborators

  • chrisumbel