Skip to content

hazae41/base32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base32

Base32 (RFC 4648) for the web

npm i @hazae41/base32

NPM 📦

Features

Current features

  • 100% TypeScript and ESM
  • No external dependency

Usage

import { base32 } from "@hazae41/base32" 

const text = base32.encode(Uint8Array.fromHex("deadbeef"))

console.log(text) // MRSWCZDCMVSWM===

const data = base32.decode(text)

About

Base32 (RFC 4648) for the web

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors