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
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

33 repositorios

Awesome GitHub RepositoriesCryptography Libraries

Tools for implementing encryption and secure random number generation.

Explore 33 awesome GitHub repositories matching part of an awesome list · Cryptography Libraries. Refine with filters or upvote what's useful.

Awesome Cryptography Libraries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • openssl/opensslAvatar de openssl

    openssl/openssl

    29,596Ver en GitHub↗

    This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and protocols for implementing data encryption and network communication. It serves as a foundational library for securing software applications through a wide range of cryptographic functions. The architecture is defined by a modular provider system that allows for the dynamic loading of external cryptographic implementations without requiring modifications to the core application binary. It supports metadata-driven algorithm querying, which resolves security primitives by matchin

    Robust, commercial-grade library for full-featured cryptography.

    Ccryptographydecryptionencryption
    Ver en GitHub↗29,596
  • google/tinkAvatar de google

    google/tink

    13,542Ver en GitHub↗

    Tink is a multi-language cryptography library and security toolkit providing secure APIs for data encryption and digital signatures. It functions as a data encryption library and digital signature framework designed to prevent common implementation errors across different platforms and operating systems. The project serves as a cryptographic keyset manager, utilizing JSON for the storage, rotation, and serialization of keys to maintain consistency across various programming languages. It ensures identical cryptographic behavior globally by mapping language-specific libraries to a unified set

    Multi-language library providing secure cryptographic APIs.

    Java
    Ver en GitHub↗13,542
  • 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

    Opinionated and easy-to-use library based on NaCl.

    Cccryptocryptography
    Ver en GitHub↗13,467
  • armmbed/mbedtlsAvatar de ARMmbed

    ARMmbed/mbedtls

    6,712Ver en GitHub↗

    Mbed TLS is an open-source TLS and DTLS library with a small footprint, designed for embedded systems and IoT devices. It provides a portable cryptographic library that includes symmetric ciphers, hashing, and public-key cryptography, along with a reference implementation of the PSA Cryptography API for standardized cryptographic operations across platforms. The library also offers X.509 certificate management for parsing, validating, and managing certificate chains in secure communications. The library is built around a platform abstraction layer that decouples it from OS-specific services t

    Portable and flexible library for SSL and TLS protocols.

    C
    Ver en GitHub↗6,712
  • weidai11/cryptoppAvatar de weidai11

    weidai11/cryptopp

    5,412Ver en GitHub↗

    Crypto++ is a comprehensive C++ cryptographic library that implements a broad range of algorithms for symmetric and asymmetric encryption, hashing, and digital signatures. It is designed as a portable toolkit, usable across different operating systems without modification. The library distinguishes itself through its architecture: cryptographic parameters such as key size and mode are configured at compile time via C++ templates, eliminating runtime overhead. Algorithms are registered in a static factory for runtime lookup, while data processing follows a pipeline model of composable sources,

    Comprehensive class library for various cryptographic schemes.

    C++c-plus-pluscryptocryptography
    Ver en GitHub↗5,412
  • kokke/tiny-aes-cAvatar de kokke

    kokke/tiny-AES-c

    4,863Ver en GitHub↗

    tiny-AES-c is a lightweight C language cryptography library that provides a symmetric cipher implementation of the Advanced Encryption Standard. It functions as a portable set of functions for encrypting and decrypting data using a shared secret key. The library is designed for embedded system security, enabling cryptographic operations on hardware with limited memory and processing power. It provides these capabilities without relying on large external dependencies. The implementation utilizes a standard C library approach, employing table-based substitution and in-place buffer mutation to

    Small, portable implementation of AES encryption.

    C
    Ver en GitHub↗4,863
  • awslabs/s2nAvatar de awslabs

    awslabs/s2n

    4,736Ver en GitHub↗

    s2n es una biblioteca de seguridad basada en C y una implementación del protocolo TLS que sirve como una capa de transporte de red segura. Proporciona una interfaz de backend criptográfico modular para cifrar flujos de datos, gestionar apretones de manos y manejar la autenticación mutua entre pares. El proyecto se centra en la criptografía post-cuántica, integrando intercambio de claves y firmas digitales resistentes a la computación cuántica para proteger las conexiones contra futuras amenazas informáticas. Se distingue por medidas de endurecimiento de seguridad, como el almacenamiento de secretos bloqueado en memoria para evitar que las claves se intercambien a disco y la mitigación de ataques de temporización mediante retrasos aleatorios. La biblioteca cubre una amplia superficie de gestión y optimización de conexiones, incluyendo la reanudación de sesiones, claves precompartidas y E/S de red sin bloqueo mediante callbacks personalizados. También proporciona herramientas extensas de gestión de certificados para el manejo de almacenes de confianza, verificación de revocación y validación de transparencia.

    Implementation of TLS and SSL protocols.

    C
    Ver en GitHub↗4,736
  • defuse/php-encryptionAvatar de defuse

    defuse/php-encryption

    3,866Ver en GitHub↗

    php-encryption is a symmetric encryption library for PHP that provides tools for authenticated encryption and key derivation to ensure data confidentiality and integrity. It functions as a cryptography toolkit that wraps complex primitives into simplified interfaces to prevent common implementation errors. The library includes a binary-safe ciphertext serializer to maintain data structure during storage and transmission, as well as a password-based key derivation tool that transforms low-entropy passwords into cryptographically strong keys through iterative processes. The project covers a br

    Library for symmetric-key encryption in PHP applications.

    PHP
    Ver en GitHub↗3,866
  • b-con/crypto-algorithmsAvatar de B-Con

    B-Con/crypto-algorithms

    2,023Ver en GitHub↗

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

    Basic implementations of standard cryptographic algorithms.

    C
    Ver en GitHub↗2,023
  • 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.

    Library for painless data security and secure sockets.

    Casymmetric-cryptographyauthenticationcryptography
    Ver en GitHub↗1,965
  • 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.

    Modular and portable toolkit for cryptographic operations.

    Cccryptographyencryption
    Ver en GitHub↗1,773
  • kmackay/micro-eccAvatar de kmackay

    kmackay/micro-ecc

    1,418Ver en GitHub↗

    ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.

    Fast ECDH and ECDSA implementation for various processor architectures.

    PHP
    Ver en GitHub↗1,418
  • cr-marcstevens/sha1collisiondetectionAvatar de cr-marcstevens

    cr-marcstevens/sha1collisiondetection

    1,401Ver en GitHub↗

    Library and command line tool to detect SHA-1 collision in a file

    Tool and library for detecting SHA-1 file collisions.

    C
    Ver en GitHub↗1,401
  • mariusbancila/stduuidAvatar de mariusbancila

    mariusbancila/stduuid

    869Ver en GitHub↗

    Cross-platform implementation for generating UUIDs.

    C++cppcpp17library
    Ver en GitHub↗869
  • jedisct1/libhydrogenAvatar de jedisct1

    jedisct1/libhydrogen

    773Ver en GitHub↗

    A lightweight, secure, easy-to-use crypto library suitable for constrained environments.

    Lightweight crypto library for constrained environments.

    Carduinoatmega328pavr
    Ver en GitHub↗773
  • kokke/tiny-ecdh-cAvatar de kokke

    kokke/tiny-ECDH-c

    298Ver en GitHub↗

    Small portable Elliptic-Curve Diffie-Hellman in C

    Small, portable implementation of the ECDH key agreement protocol.

    C
    Ver en GitHub↗298
  • quasarapp/qt-secretAvatar de QuasarApp

    QuasarApp/Qt-Secret

    269Ver en GitHub↗

    Simple encryption library supporting RSA and AES algorithms.

    Encryption library built for Qt-based projects.

    C++
    Ver en GitHub↗269
  • kerukuro/digestppAvatar de kerukuro

    kerukuro/digestpp

    204Ver en GitHub↗

    C++11 header-only message digest library

    Header-only library for message digest and hashing.

    C++blakeblake2blake2x
    Ver en GitHub↗204
  • rod-chapman/sparknaclAvatar de rod-chapman

    rod-chapman/SPARKNaCl

    136Ver en GitHub↗

    SPARK 2014 re-implementation of the TweetNaCl crypto library.

    SPARK 2014 re-implementation of TweetNaCl.

    Ada
    Ver en GitHub↗136
  • maciejczyzewski/retterAvatar de maciejczyzewski

    maciejczyzewski/retter

    117Ver en GitHub↗

    A collection of hash functions, ciphers, tools, libraries, and materials related to cryptography & security. :closedlockwithkey::closedlockwithkey::closedlockwithkey::closedlockwithkey::closedlockwith_key: (project was renamed, libchaos is main)

    Collection of hash functions, ciphers, and cryptographic tools.

    C
    Ver en GitHub↗117
Ant.12Siguiente
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Cryptography Libraries