awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesBinary-to-Text Encoding

Methods for representing binary data as printable text characters.

Distinct from Cryptographic Hash Generation: Distinct from hash generation: focuses on reversible data transformation (Base64) rather than one-way digests.

Explore 1 awesome GitHub repository matching security & cryptography · Binary-to-Text Encoding. Refine with filters or upvote what's useful.

Awesome Binary-to-Text Encoding GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • xtaci/algorithmsAvatar de xtaci

    xtaci/algorithms

    5,454Ver en GitHub↗

    This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision

    Provides both cryptographic hashing and binary-to-text encoding via Base64.

    C++
    Ver en GitHub↗5,454
  1. Home
  2. Security & Cryptography
  3. Binary-to-Text Encoding