base64 utilities for TypeScript and JavaScript
Base64 encoding/decoding in pure JS
A minimal base64 implementation for number arrays.
Base64 encoding and decoding
Base64 encoding and decoding helping util. Created for React Native but can be used anywhere
TypeScript definitions for base-64
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the byteLength out of a DataView, robustly.
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Get the byteOffset out of a DataView, robustly.
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
A native implementation of base64 in C++ for React Native
Get utf8 byte length of string
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Encode/decode base64 data into ArrayBuffers
High-performance Base64 encoder and decoder
Yet another Base64 transcoder in pure-JS
Convert a bytes or octets value (e.g. 34565346) to a human-readable string ('34.6 MB'). Choose between metric or IEC units.
Modern byte, encoding, converter registry, and PEM utilities for TypeScript projects.
Minimalist yEnc and dynEncode encoder and decoder library for browser and NodeJS
isomorphic base64 library in 152 bytes
Strip UTF-8 byte order mark (BOM) from a string
Platform byte order.
active_record_uuid is a nice gem that add uuid supports to your activerecord models (MySQL). It allows you to store uuid in various formats: binary (16 bytes), base64 (24 bytes), hexdigest (32 bytes), or string (36 bytes), and query back with uuid string.
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.
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.