A simple Base32 encode / decode function for JavaScript supports UTF-8 encoding.
Base 32 encodings for JavaScript
Base32 plugin for otplib using @scure/base
Encoding and decoding for base64, base32, base16, and friends
Secure, audited & 0-dep implementation of base64, bech32, base58, base32 & base16
Base32 encoder with support for multiple variants.
Implementation RFC 3548 Base32 encoding/decoding for node.
RFC 6238 TOTP implementation for otplib
RFC 4226 HOTP implementation for otplib
Pure JavaScript crypto implementation using noble-hashes for otplib
Base32 encoding and decoding
Core interfaces, types, and crypto abstraction for otplib
Base32 decoder with support for multiple variants.
A Base32-Crockford encoded API Key generator, validator, and converter to turn UUIDs into human readable API Keys
Create a base32 hash
Base32 encoder/decoder with support for multiple variants
Base-X without Buffer.
Implementation RFC 3548 Base32 encoding/decoding for node.
A small, quick, self-contained implementation of the Base32 encoding/decoding scheme used by the cryptocurrency Nano.
Encode / decode base32. Supports Buffers, strings, custom alphabets, abstract-encoding compliant
TypeScript definitions for base32-encoding
A module which lets you generate TOTP codes with zero dependencies. Also, encode/decode base32 values
Convert Hypercore keys to/from z-base32 or hex
Node.js crypto module adapter for otplib
Practical Base32 helpers for RustUse
Feature-gated facade crate for RustUse encoding helpers
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 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.
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.
Sixword encodes binary data in a human-friendly format using English words. It uses the 6-word binary encoding created for S/Key (tm) and standardized by RFC 2289, RFC 1760, and RFC 1751. Binary data is encoded using a dictionary of 2048 short English words (1-4 letters in length). Each block of 64 bits is encoded using 6 words, which includes 2 parity bits for error checking. This is ideal for transmitting binary data such as cryptographic keys where humans must communicate or enter the values. See also: Bubble Babble, PGP Word List, Diceware, Base64, Base32
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.