Base32 encoder with support for multiple variants.
A simple Base32 encode / decode function for JavaScript supports UTF-8 encoding.
Base32 encode/decode for TypeScript.
Base32 encode and decode implementation in Typescript
'codecs' compatible base32-encode and base32-decode adapter.
base32 encode and decode @jobscale/base32
base32 encode & decode
Clockwork Base32 encode/decode for TypeScript
Base 32 encodings for JavaScript
Base32 plugin for otplib using @scure/base
Implementation RFC 3548 Base32 encoding/decoding for node.
Secure, audited & 0-dep implementation of base64, bech32, base58, base32 & base16
A module for Base32 encode and decode.
Base32 encoding and decoding
TypeScript definitions for base32-encoding
Implementation RFC 3548 Base32 encoding/decoding for node.
Runtime-agnostic library for encoding and decoding data
Convert Hypercore keys to/from z-base32 or hex
An implementation of Douglas Crockford's base 32 encoding algorithm
Encode / decode base32. Supports Buffers, strings, custom alphabets, abstract-encoding compliant
Base32 encoder/decoder with support for multiple variants
Encoding and decoding for base64, base32, base16, and friends
Encode a URL to a percent-encoded form, excluding already-encoded sequences
RFC 6238 TOTP implementation for otplib
Ruby extension for base32 encoding and decoding
Pure ruby libary. Using the crockford alphabet.
Encode and decode data in Base32 (Crockford), Base58 (Bitcoin), Base62, and Base85 (ASCII85) formats. Also supports arbitrary base encoding for integers from base 2 to 62.
URL-friendly, Base32-encoded UUIDs for Rails models
RFC4648 Base32 Encode / Decode
pure-ruby encoding and decoding of Base32 with support for zbase32 and Crockford's base32
Base32 is one of several base 32 transfer encodings. Base32 uses a 32-character set comprising the twenty-six upper-case letters A–Z, and the digits 2–7. Base32 is primarily used to encode binary data, but Base32 is also able to encode binary text like ASCII. Base32 is a notation for encoding arbitrary byte data using a restricted set of symbols that can be conveniently used by humans and processed by computers. Base32 consists of a symbol set made up of 32 different characters, as well as an algorithm for encoding arbitrary sequences of 8-bit bytes into the Base32 alphabet. Because more than one 5-bit Base32 symbol is needed to represent each 8-bit input byte, it also specifies requirements on the allowed lengths of Base32 strings (which must be multiples of 40 bits). The closely related Base64 system, in contrast, uses a set of 64 symbols.
is a Base32 encoding designed to be easier for human use and more compact. It includes 1, 8 and 9 but excludes l, v and 2. It also permutes the alphabet so that the easier characters are the ones that occur more frequently. It compactly encodes bitstrings whose length in bits is not a multiple of 8, and omits trailing padding characters
base32-alphabets - base32 (2^5) encoding / decoding in 5-bit groups with kai, crockford or electrologica notation / alphabet
An Embulk filter plugin to encode/decode string by Base64, Base32 and Base16.
Ruby native extension for base32 encoding and decoding.
Binary to text encoding of data is commonly used for transmission when the channel does not support binary data. Common formats are Base16 (also known as hexadecimal), Base32, and Base64. This tool allows the creation of an encoder for any power-of-2 base and alphabet, allowing even to customize the padding to be used, if any.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.