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

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
B-Con avatar

B-Con/crypto-algorithms

0
View on GitHub↗
2,023 estrellas·710 forks·C·2 vistas

Crypto Algorithms

Basic implementations of standard cryptography algorithms, like AES and SHA-1.

Features

  • Cryptographic Libraries - Basic implementations of standard cryptographic algorithms in C.
  • Cryptography Libraries - Basic implementations of standard cryptographic algorithms.

Historial de estrellas

Gráfico del historial de estrellas de b-con/crypto-algorithmsGráfico del historial de estrellas de b-con/crypto-algorithms

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Crypto Algorithms

Proyectos open-source similares, clasificados según cuántas características comparten con Crypto Algorithms.
  • cossacklabs/themisAvatar de cossacklabs

    cossacklabs/themis

    1,965Ver en GitHub↗

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

    Casymmetric-cryptographyauthenticationcryptography
    Ver en GitHub↗1,965
  • jedisct1/libsodiumAvatar de jedisct1

    jedisct1/libsodium

    13,467Ver en GitHub↗

    Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption, decryption, digital signatures, password hashing, and secure key exchange. It is designed to facilitate secure communication and data integrity across diverse hardware architectures and operating systems. The library distinguishes itself by utilizing constant-time primitive execution to prevent side-channel attacks and employing memory-hard algorithms to increase the difficulty of brute-force password attacks. It abstracts complex mathematical operations into simplified inter

    Cccryptocryptography
    Ver en GitHub↗13,467
  • awslabs/s2nAvatar de awslabs

    awslabs/s2n

    4,736Ver en GitHub↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    Ver en GitHub↗4,736
  • libtom/libtomcryptAvatar de libtom

    libtom/libtomcrypt

    1,773Ver en GitHub↗

    LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.

    Cccryptographyencryption
    Ver en GitHub↗1,773
Ver las 30 alternativas a Crypto Algorithms→

Preguntas frecuentes

¿Qué hace b-con/crypto-algorithms?

Basic implementations of standard cryptography algorithms, like AES and SHA-1.

¿Cuáles son las características principales de b-con/crypto-algorithms?

Las características principales de b-con/crypto-algorithms son: Cryptographic Libraries, Cryptography Libraries.

¿Qué alternativas de código abierto existen para b-con/crypto-algorithms?

Las alternativas de código abierto para b-con/crypto-algorithms incluyen: jedisct1/libsodium — Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption,… openssl/openssl — This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and… cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… libtom/libtomcrypt — LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast… weidai11/cryptopp — Crypto++ is a comprehensive C++ cryptographic library that implements a broad range of algorithms for symmetric and…