# thirty-two

> Implementation RFC 3548 Base32 encoding/decoding for node.

Latest version **1.0.2** (published 2016-07-24) · 0 weekly downloads

## Install

```sh
npm install thirty-two
pnpm add thirty-two
yarn add thirty-two
bun add thirty-two
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2016-07-24 |
| First published | 2011-08-26 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.2.6 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 36 |
| Author | Chris Umbel |
| Maintainers | chrisumbel |
| Keywords | base32, encoding |

## Links

- npm: https://www.npmjs.com/package/thirty-two
- Repository: https://github.com/chrisumbel/thirty-two
- Homepage: https://github.com/chrisumbel/thirty-two#readme
- Issues: https://github.com/chrisumbel/thirty-two/issues
- npm.io page: https://npm.io/package/thirty-two

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2016-07-24
- 1.0.1 — 2015-11-17
- 1.0.0 — 2015-11-17
- 0.0.2 — 2014-07-07
- 0.0.1 — 2011-08-26

## README

# 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

---
_Source: https://npm.io/package/thirty-two · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
