thirty-two-p5
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i thirty-two-p5

Weekly Downloads

194

Version

1.1.2

License

MIT

Unpacked Size

13.3 kB

Total Files

8

Last publish

Collaborators

  • jacobschatz