AssemblyScript pollyfill for decodeURIComponent and encodeURIComponent
A better decodeURIComponent
URL utilities for markdown-it
A stricter URI encode adhering to RFC 3986
Fast and safe decodeURIComponent
Create an ArrayBuffer instance from a Data URI string
Small package to encode or decode IP addresses from buffers to strings.
Optimise inline SVG with PostCSS.
Encode/decode sourcemap mappings
Base64 coder.
A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.
Encode/decode base64 data into ArrayBuffers
Entity parser for XML, HTML, External entites with security and NCR control
A simple Base32 encode / decode function for JavaScript supports UTF-8 encoding.
Codecs for strings of different sizes and encodings
Ultra-fast MessagePack implementation with extensions for records and structured cloning
HTTP server cookie parsing and serialization
Translates between file formats and generates static code as well as TypeScript definitions.
URL friendly JSON-like formatting and parsing
Compact binary encoding for geographic data
Strip the final newline character from a string or Uint8Array
Encode and decode base64 encoded strings
XRP Ledger binary codec
Convert character encodings in pure javascript.
Fluent plugin to decode uri encoded value. See more https://github.com/YasuOza/fluent-plugin-uri_decoder
datauris gem - DataUri helpers to parse (decode) and build (encode) data uris incl. (strict) base64-encoded/decoded images and more
En/decodes Data-URI without newlines in the base64 encoded string
Nothing fancy going on here, this module is just a wrapper around the function CGI::escape and CGI::unescape. Functionality is added to the String class, so just add the module and the extra funcitons will be there for you to use (check out the README file for basic usage). I just wanted an easier and cleaner way to encode/decode uri strings for my ruby projects.
A CLI tool & library to enhance and speed up script/exploit writing for CTF players (or security researchers, bug bounty hunters, pentesters but mostly focused on CTF) by patching the String class to add a short syntax of usual code patterns. Methods for base64, digest (hash), flag, rot (Caesar), hexadecimal, case, cgi (URL encoding/decoding, HTML escaping/unescaping), binary, leet (1337), decimal, XOR, whitespace strip, IP/URI/domain/email defang/refang.