awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dankogai avatar

dankogai/js-base64

0
View on GitHub↗
4,365 stele·1,294 fork-uri·JavaScript·BSD-3-Clause·4 vizualizări

Js Base64

js-base64 este o bibliotecă JavaScript pentru codificarea și decodificarea datelor între formatul Base64 și șiruri de caractere sau matrice de octeți JavaScript. Oferă utilitare pentru conversia datelor binare în șiruri Base64 și transformarea acelor șiruri înapoi în textul lor original sau în formatul brut de octeți.

Proiectul include un validator de șiruri Base64 pentru a verifica dacă o secvență respectă formatarea, caracterele și padding-ul corect. De asemenea, suportă crearea de șiruri Base64 sigure pentru URI prin înlocuirea caracterelor care ar cauza erori de codificare în URI-uri și permite eliminarea padding-ului.

Biblioteca oferă un utilitar de extensie a prototipului care adaugă metode de codificare și decodificare direct la obiectele standard de tip șir și matrice din JavaScript.

Features

  • Base64 Encoders - Provides a comprehensive utility for encoding binary data to Base64 strings with URI-safe options.
  • Base64 Decoders - Converts Base64 encoded strings back into their original plain text or raw byte sequences.
  • Base64 Encoding and Decoding - A complete library for encoding and decoding data between Base64 and JavaScript strings or byte arrays.
  • Base64 Input Validators - Verifies if a string is a valid Base64 sequence by checking characters and padding.
  • Prototype Extensions - Injects encoding and decoding methods directly into the native JavaScript string and array prototypes.
  • URI-Safe Translations - Creates Base64 strings safe for URIs by replacing incompatible characters.
  • Regex Pattern Validators - Uses regular expressions to verify that strings adhere to standard and URI-safe Base64 formats.

Istoric stele

Graficul istoricului de stele pentru dankogai/js-base64Graficul istoricului de stele pentru dankogai/js-base64

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Js Base64

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Js Base64.
  • humanwhocodes/computer-science-in-javascriptAvatar humanwhocodes

    humanwhocodes/computer-science-in-javascript

    9,119Vezi pe GitHub↗

    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

    JavaScript
    Vezi pe GitHub↗9,119
  • whatwg/htmlAvatar whatwg

    whatwg/html

    9,163Vezi pe GitHub↗

    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.

    HTMLcanvaseventsourcehtml
    Vezi pe GitHub↗9,163
  • proxymanapp/proxymanAvatar ProxymanApp

    ProxymanApp/Proxyman

    6,858Vezi pe GitHub↗

    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

    debugging-tooliosmacos
    Vezi pe GitHub↗6,858
  • pawelsalawa/sqlitestudioAvatar pawelsalawa

    pawelsalawa/sqlitestudio

    6,428Vezi pe GitHub↗

    SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a full-featured SQL editor with syntax highlighting, a visual database schema designer for creating entity-relationship diagrams, and a plugin-based extensibility platform that allows adding custom functionality through C/C++, JavaScript, Tcl, or Python. The application distinguishes itself through its multi-language scripting engine, which embeds JavaScript, Tcl, and Python interpreters to enable user-defined functions and scripts within SQL queries. It supports encrypted data

    Ccppdatabasedatabase-management
    Vezi pe GitHub↗6,428
Vezi toate cele 30 alternative pentru Js Base64→

Întrebări frecvente

Ce face dankogai/js-base64?

js-base64 este o bibliotecă JavaScript pentru codificarea și decodificarea datelor între formatul Base64 și șiruri de caractere sau matrice de octeți JavaScript. Oferă utilitare pentru conversia datelor binare în șiruri Base64 și transformarea acelor șiruri înapoi în textul lor original sau în formatul brut de octeți.

Care sunt principalele funcționalități ale dankogai/js-base64?

Principalele funcționalități ale dankogai/js-base64 sunt: Base64 Encoders, Base64 Decoders, Base64 Encoding and Decoding, Base64 Input Validators, Prototype Extensions, URI-Safe Translations, Regex Pattern Validators.

Care sunt câteva alternative open-source pentru dankogai/js-base64?

Alternativele open-source pentru dankogai/js-base64 includ: humanwhocodes/computer-science-in-javascript — This is a collection of classic computer science algorithms and data structures implemented from scratch in… whatwg/html — This repository contains the HTML specification, which defines the core standards for web page structuring, content… proxymanapp/proxyman — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket… pawelsalawa/sqlitestudio — SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a… aws-powertools/powertools-lambda-python — AWS Powertools for Python is a utility framework designed for building production-ready Python functions on AWS… 0dayctf/reverse-shell-generator — This project is a suite of tools for generating encoded shell commands and network listener configurations used in…