EdGraVill / thirty-two

Implementation of RFC 3548 Base32 encoding/decoding for node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of RFC 3548 Base32 encoding/decoding for node.

License:MIT License


Languages

Language:JavaScript 89.8%Language:Makefile 10.2%