Universal Module for Secure Random Generator in JavaScript
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte offset of a Typed Array
Get the byteOffset out of a DataView, robustly.
Get the byteLength out of a DataView, robustly.
Robustly get the byte length of a Typed Array
Encode a URL to a percent-encoded form, excluding already-encoded sequences
Node addon for string extraction for msgpackr
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Windows legacy GUID parser
LEB128 utilities for Node
Pure-JS ADLER-32
Rope-based persistent sequence type
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Sniff the encoding from a HTML byte stream
Get utf8 byte length of string
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Pure-JS CRC-32
Platform byte order.
A minimal UTF8 implementation for number arrays.
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.
Crockford base-32 checksum encoding
Contains parsers and serializers for ASN.1 (currently BER only)
Rack middleware to remove invalid UTF8 characters from web requests.
Sanitise attributes to avoid invalid byte sequence argument errors
Protect invalid UTF8 characters from the URL and other env vars
Prevents invalid UTF8 characters from the URL and other env vars reaching your app
Wrap String#scrub preventing Invalid byte sequence in UTF-8.
ssdeep is a program for computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. Such inputs have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both content and length.
Ruby 1.9 compatible character encoding auto-detection library. This library is a port of the auto-detection code in Mozilla. It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It’s like cracking a code when you don’t have the decryption key.
Character encoding auto-detection in Ruby. This library is a port of the auto-detection code in Mozilla. It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It’s like cracking a code when you don’t have the decryption key.
Character encoding auto-detection in Ruby. This library is a port of the auto-detection code in Mozilla. It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It’s like cracking a code when you don’t have the decryption key.
Character encoding auto-detection in Ruby. This library is a port of the auto-detection code in Mozilla. It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It’s like cracking a code when you don’t have the decryption key.
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.