35 repository-uri
Comprehensive utilities for transforming data between binary formats and Base64-encoded ASCII strings.
Distinct from Data Encoders and Decoders: Covers both directions of transformation, whereas candidates are split between encoders and decoders.
Explore 35 awesome GitHub repositories matching software engineering & architecture · Base64 Encoding and Decoding. Refine with filters or upvote what's useful.
This project provides the official specification for ULIDs, which are 128-bit identifiers that combine a millisecond-precision timestamp and random data. These identifiers are designed to be lexicographically sortable, ensuring that they maintain a strict chronological sequence for database indexing and time-based sorting. The specification defines a standard for binary-to-string serialization using a Crockford-inspired Base32 alphabet. This encoding is intended to produce human-readable strings while excluding ambiguous characters to prevent transcription errors. The technical standards cov
Uses a specific Base32 alphabet to encode binary identifiers into human-readable strings.
This is a collection of classic computer science algorithms and data structures implemented from scratch in JavaScript. The project provides reference implementations of fundamental concepts including sorting algorithms, binary search, linked lists, and binary search trees, all built as standalone pure functions with no external dependencies. The implementations cover a range of data structures, including singly-linked, doubly-linked, and circular linked lists with full traversal and mutation operations, as well as binary search trees supporting insertion, deletion, and search. Sorting algori
Provides base64 encoding and decoding utilities for binary-to-text data conversion.
This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.
Transforms binary data to and from Base64-encoded ASCII strings using standardized functions.
Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns for validating and extracting common data formats. The project separates its static regex collection from editor-specific plugins, allowing the same pattern library to be accessed through VS Code, IntelliJ IDEA, Alfred Workflow, and a web interface. The tool enables keyword-based pattern retrieval, letting users search for the correct regex by typing descriptive terms rather than remembering exact syntax. It covers a broad range of validation needs including email addresses, U
Provides a regex pattern that verifies a string is a valid base64-encoded data URI.
This is an educational tutorial that walks through implementing a complete JSON library from scratch in C. The project covers the full data lifecycle of JSON, including parsing text into structured in-memory representations, validating input against the specification, serializing data back into standard JSON output, and providing structured access to elements within parsed arrays and objects. The implementation is built around a hand-written recursive descent parser that processes JSON text by matching grammar rules to build a structured data tree. Parsed values are stored in a tagged union r
Ships a compact serializer that walks the value tree and writes formatted JSON text to a buffer.
jose is a cryptography library for signing, encrypting, and verifying tokens and messages using the JSON Object Signing and Encryption standards. It provides a toolkit for the implementation of JSON Web Tokens, JSON Web Signatures, and JSON Web Encryption. The library serves as a high-level interface for the Web Crypto API, allowing for the generation, import, and export of symmetric secrets and asymmetric key pairs. It handles the encryption and decryption of web messages and the validation of digital signatures to ensure data integrity and identity. Its capabilities cover cryptographic key
Provides the specialized encoding required for transporting JSON tokens in HTTP headers.
sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding within a web browser. It functions as an AES symmetric encryption tool, a cryptographic hashing library, and a Base32 data encoder. The project provides implementations for the Advanced Encryption Standard to secure data through symmetric key encryption and decryption. It also enables the generation of fixed-length data fingerprints to verify information integrity and authenticity. The library covers a broader range of security capabilities, including client-side data hashing,
Provides manual bit-shifting and mapping to convert binary buffers into Base32 or Base64 strings.
This project is a Go shell scripting library and framework designed for writing automation scripts and CLI tools. It provides a concurrent data pipeline system for chaining sources, filters, and sinks to process text and JSON streams. The library distinguishes itself through a comprehensive toolkit for shell-like operations, including a text processing engine for regular expression filtering and frequency analysis, a filesystem utility toolkit for recursive search and path manipulation, and an integrated HTTP client wrapper for building data pipelines that fetch web content. The capability s
Provides utilities for transforming data between plain text and base64 encoded ASCII strings.
Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif
Transforms text between Base64 and plain formats using built-in JavaScript functions.
Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp
Provides functions to encode strings to base64 and decode base64 back to strings.
Valhalla is an open-source routing engine that calculates optimal paths and travel times using OpenStreetMap data. It is built around a tiled routing graph framework, allowing map data to be organized into small geographic tiles for efficient regional updates and offline routing capability. The project distinguishes itself through a multimodal routing server that combines automobile, pedestrian, bicycle, and public transit modes into single journeys. It includes a GPS trace matching engine to align noisy coordinates to the most probable road network paths and an isochrone and matrix generator
Transforms base64-encoded strings back into coefficients to reconstruct original routing speed profiles.
tbox is a multi-platform C standard library and toolkit designed for portable software development. It provides a core foundation for low-level system programming through a collection of system primitives, data structures, and memory management tools. The project includes a coroutine framework for cooperative multitasking and asynchronous logic, a data structure library featuring generic containers with a consistent iterator interface, and a memory management toolkit for pool allocation and debugging of heap overflows and leaks. It also provides a network and serialization toolset for handlin
Provides utilities for converting binary data to and from Base32 and Base64 text representations.
Tbox este o colecție cuprinzătoare de biblioteci utilitare de nivel scăzut și toolkit-uri pentru dezvoltarea portabilă în C. Oferă o bibliotecă utilitară C multi-platformă care servește ca înlocuitor lightweight pentru bibliotecile standard, oferind gestionarea optimizată a memoriei și abstracții de sistem pentru a asigura compatibilitatea hardware pe diferite sisteme de operare. Proiectul se distinge printr-un framework specializat de containere de date standardizate, inclusiv tabele hash, vectori și liste înlănțuite cu căutare și sortare integrate. Oferă, de asemenea, un toolkit dedicat pentru rețelistică și serializare, gestionând cereri HTTP, criptare SSL și conversia datelor între formate JSON, XML și binare. Suprafața de capabilități se extinde la execuția sarcinilor concurente prin corutine și thread pools, abstracții unificate ale apelurilor de sistem și randare grafică 2D. Funcționalitatea suplimentară include generarea de hash-uri criptografice, execuția expresiilor regulate, aritmetică în virgulă fixă și gestionarea pool-urilor de memorie. Toolkit-ul include, de asemenea, instrumente specializate pentru tracing-ul metodelor Objective-C pe iOS și macOS, precum și o mașină virtuală capabilă să proceseze instrucțiuni de script x86.
Converts binary data to and from Base32 and Base64 formats.
Acest proiect este o implementare a standardului ULID în limbajul de programare Go. Oferă instrumente pentru generarea de identificatori unici universal, sortabili lexicografic, care combină timestamp-uri în milisecunde cu date aleatorii. Biblioteca asigură că identificatorii mențin ordinea cronologică prin sortare alfabetică. Include un generator monoton pentru a garanta că mai mulți identificatori creați în aceeași milisecundă sunt produși într-o secvență strict crescătoare. Proiectul acoperă generarea de identificatori unici și optimizarea cheilor primare în baze de date. De asemenea, oferă o interfață de linie de comandă pentru generarea de noi identificatori și extragerea informațiilor de timestamp din șirurile de identitate existente.
Provides a case-insensitive, human-readable Base32 encoding that excludes ambiguous characters for easier data entry.
Opal este un framework frontend Ruby și un compilator care traduce codul sursă Ruby în JavaScript. Acesta funcționează ca un runtime web care permite dezvoltarea de aplicații web client-side folosind Ruby în loc de JavaScript. Proiectul include un motor de template-uri HTML Ruby care evaluează codul Ruby încorporat direct în fișierele de markup. De asemenea, se integrează cu mediile JavaScript prin bundle-uirea bibliotecilor core și a dependențelor într-un șir de distribuție pentru execuție într-un browser web. Sistemul oferă capabilități pentru compilarea Ruby în JavaScript și abilitatea de a coda și decoda date Base64.
Provides utilities for transforming binary data into Base64-encoded strings and back.
orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu
Provides URL-safe base64 encoding and decoding for RPC payload serialization.
gomail este o bibliotecă client SMTP pentru Go utilizată pentru compunerea și trimiterea mesajelor e-mail prin servere SMTP. Funcționează ca un compozitor de mesaje e-mail și serializator MIME, convertind obiecte e-mail complexe și atașamente binare în fluxuri de octeți conform standardelor de mesagerie internet. Biblioteca include un manager de conexiuni SMTP care gestionează autentificarea sesiunii serverului și transmite mesaje multiple printr-o singură conexiune criptată pentru a reduce latența rețelei. Suportă livrarea securizată a e-mailurilor prin transmisia criptată a datelor pentru a proteja informațiile sensibile în timpul tranzitului. Proiectul acoperă compunerea e-mailurilor, inclusiv crearea de mesaje multipart cu versiuni text simplu și HTML, headere personalizate și atașamente de fișiere externe. Oferă infrastructură pentru serializarea conformă MIME și transportul mesajelor prin protocolul standard de transfer al poștei.
Provides binary-to-text encoding for email attachments to ensure compatibility with text-based mail protocols.
Notepad4 is a lightweight, native Windows text editor built on the Scintilla editing component and rendered through the Win32 API. It is designed as a direct replacement for the default Windows Notepad, offering a faster, feature-rich editing experience with system-level integration such as Explorer context menu registration, taskbar jump list support, and the ability to intercept system notepad requests. The editor distinguishes itself with a context-sensitive completion engine that filters suggestions based on preceding punctuation and document content, alongside CPU-optimized encoding dete
Converts selected text to or from Base64 encoding with a single command.
Acest proiect este un studiu tehnic și un ghid de analiză axat pe arhitectura internă a Node.js. Oferă o examinare aprofundată a runtime-ului, concentrându-se pe modul în care motorul gestionează handle-urile de memorie, execută operațiuni asincrone și implementează logica modulelor de bază. Ghidul analizează în mod specific integrarea claselor și funcțiilor native C++ în JavaScript și documentează comportamentul event loop-ului libuv. Include referințe detaliate pentru optimizarea performanței prin identificarea bailouts-urilor compilatorului V8 și profilarea execuției pentru a îmbunătăți eficiența resurselor. Materialul acoperă o gamă largă de sisteme interne, inclusiv programarea de rețea de nivel jos pentru TCP și UDP, gestionarea proceselor pentru clustering și subprocess-uri, și mecanica I/O-ului non-blocking. De asemenea, explorează implementarea la nivel de sursă a bufferelor, stream-urilor și stratul de binding nativ-la-script.
Details how raw binary data is translated into text representations like UTF-8 and Base64.
uds este un utilitar de stocare binar-la-text și un manager de stocare a documentelor în cloud. Convertește fișierele binare în fragmente de text encodate pentru a facilita stocarea și recuperarea în cadrul platformelor de documente cloud, în special pentru a ocoli cotele de stocare în servicii precum Google Drive. Sistemul utilizează encodarea base64 și împărțirea pe fragmente pentru a diviza fișierele binare mari în segmente mai mici care se încadrează în limitele de caractere ale documentelor cloud individuale. Reasamblează aceste fișiere originale prin reconstrucția secvențială a blocurilor. Proiectul acoperă gestionarea fișierelor în cloud, inclusiv capacitatea de a lista, căuta și șterge fișierele stocate. Oferă, de asemenea, capabilități de procesare în masă pentru încărcarea și descărcarea mai multor fișiere folosind modele și wildcard-uri, alături de utilitare pentru formatarea lizibilă a dimensiunii fișierelor.
Implements binary-to-text encoding using Base64 to store binary data within text-only cloud documents.