Détail du package

@thaunknown/thirty-two

thaunknown35.8kMIT1.0.5

Implementation RFC 3548 Base32 encoding/decoding for node.

base32, encoding

readme

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