Fast base encoding / decoding of any given alphabet
Fast base encoding / decoding of any given alphabet
A simple Base32 encode / decode function for JavaScript supports UTF-8 encoding.
Base32 plugin for otplib using @scure/base
Base 32 encodings for JavaScript
Encode / decode base32. Supports Buffers, strings, custom alphabets, abstract-encoding compliant
Secure, audited & 0-dep implementation of base64, bech32, base58, base32 & base16
Base32 encoder with support for multiple variants.
Encoding and decoding for base64, base32, base16, and friends
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 tiny, efficient fuzzy matcher that doesn't suck
Create a base32 hash
A small, quick, self-contained implementation of the Base32 encoding/decoding scheme used by the cryptocurrency Nano.
Implementation RFC 3548 Base32 encoding/decoding for node.
Base32 encoder/decoder with support for multiple variants
TypeScript definitions for base32-encoding
A Base32-Crockford encoded API Key generator, validator, and converter to turn UUIDs into human readable API Keys
半角文字と全角文字のスペースについてのtextlintルール
base32-alphabets - base32 (2^5) encoding / decoding in 5-bit groups with kai, crockford or electrologica notation / alphabet
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.
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
No description provided.
No description provided.