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
·
Back to libtom/libtomcrypt

Open-source alternatives to Libtomcrypt

30 open-source projects similar to libtom/libtomcrypt, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Libtomcrypt alternative.

  • 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
  • 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

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.

Find more with AI search
  • kokke/tiny-aes128-cAvatar de kokke

    kokke/tiny-AES128-C

    4,968Ver en GitHub↗

    This is a symmetric cryptography library written in C that provides a portable implementation of the Advanced Encryption Standard. It functions as a block cipher implementation supporting 128, 192, and 256 bit key sizes for encrypting and decrypting data. The library includes an AES cipher mode provider that supports electronic codebook, cipher block chaining, and counter modes. These operational modes are decoupled from the core block transformation to allow for different encryption patterns. The implementation utilizes static memory allocation and table-based substitution to avoid dynamic

    C
    Ver en GitHub↗4,968
  • pyca/cryptographyAvatar de pyca

    pyca/cryptography

    7,628Ver en GitHub↗

    This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level recipes for implementing secure encryption and authentication. It functions as a symmetric encryption toolkit and a cryptographic hash provider, offering both a low-level cryptographic interface for building custom protocols and high-level tools for securing data. The library covers a broad range of security capabilities, including symmetric data encryption, the derivation of cryptographic keys from passwords or secret values, and data integrity verification through the generati

    Pythoncryptographypython
    Ver en GitHub↗7,628
  • 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

    C
    Ver en GitHub↗4,863
  • sdrapkin/securitydriven.infernoAvatar de sdrapkin

    sdrapkin/SecurityDriven.Inferno

    585Ver en GitHub↗

    :whitecheckmark: .NET crypto done right. Professionally audited.

    C#aeadbase32base64
    Ver en GitHub↗585
  • cyan4973/xxhashAvatar de Cyan4973

    Cyan4973/xxHash

    10,885Ver en GitHub↗

    xxHash is a high-performance, non-cryptographic hash library designed for rapid checksum generation and data integrity verification. It functions as an incremental hashing engine, allowing for the processing of large or streaming data inputs by maintaining a persistent internal state across sequential chunks. The library is engineered as a computational framework that maximizes throughput by utilizing wide CPU registers and branchless instruction pipelining. It achieves high-speed performance by aligning data access with CPU cache lines and employing multi-stage mixing functions that ensure c

    Ccdispersionhash
    Ver en GitHub↗10,885
  • 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)

    C
    Ver en GitHub↗117
  • redis/hiredisAvatar de redis

    redis/hiredis

    6,655Ver en GitHub↗

    Hiredis is a minimalistic C client library designed to send commands and receive responses from Redis servers using a binary-safe protocol. It functions as a core toolkit providing a Redis protocol parser, a secure connector, and both synchronous and asynchronous driver interfaces. The library distinguishes itself through a decoupled protocol parser that converts raw byte streams into structured data objects independently of the network transport layer. It supports high-performance pipelining to batch multiple commands into a single network round-trip and provides a secure networking layer fo

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

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

    Ccryptographydecryptionencryption
    Ver en GitHub↗29,596
  • kmackay/micro-eccAvatar de kmackay

    kmackay/micro-ecc

    1,418Ver en GitHub↗

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

    PHP
    Ver en GitHub↗1,418
  • jedisct1/libhydrogenAvatar de jedisct1

    jedisct1/libhydrogen

    773Ver en GitHub↗

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

    Carduinoatmega328pavr
    Ver en GitHub↗773
  • 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,

    C++c-plus-pluscryptocryptography
    Ver en GitHub↗5,412
  • adamierymenko/huffandpuffA

    adamierymenko/huffandpuff

    0Ver en GitHub↗
    Ver en GitHub↗0
  • adamcaudill/libsodium-netA

    adamcaudill/libsodium-net

    0Ver en GitHub↗
    Ver en GitHub↗0
  • 2dust/v2rayngAvatar de 2dust

    2dust/v2rayNG

    58,172Ver en GitHub↗

    v2rayNG is an Android proxy client designed to route device network traffic through encrypted tunnels. It functions as a network routing engine that intercepts outgoing requests and applies custom traffic rules to manage connectivity and enhance user privacy. The application distinguishes itself by integrating a high-performance network proxy core, which enables complex protocol translation and traffic management directly on mobile devices. It utilizes local loopback and Unix-socket tunneling to redirect device-wide requests, maintaining persistent connectivity through native background servi

    Kotlinandroidproxyshadowsocks
    Ver en GitHub↗58,172
  • acrogenesis/macchangerAvatar de acrogenesis

    acrogenesis/macchanger

    363Ver en GitHub↗

    Change your mac address, for OS X

    Ruby
    Ver en GitHub↗363
  • absint/compcertAvatar de AbsInt

    AbsInt/CompCert

    2,187Ver en GitHub↗

    The CompCert formally-verified C compiler

    Rocq Proverccompcertcompiler
    Ver en GitHub↗2,187
  • 2dust/v2raynAvatar de 2dust

    2dust/v2rayN

    109,164Ver en GitHub↗

    v2rayN is a cross-platform graphical management suite designed to centralize the configuration and execution of multiple network proxy protocols. It functions as a unified control plane that abstracts heterogeneous proxy backends, allowing users to manage diverse network routing engines through a single interface. The platform distinguishes itself by providing a consistent management experience across Windows, Linux, and macOS, while orchestrating the lifecycle of independent proxy processes as child services. It supports specific configuration ecosystems, enabling users to organize and switc

    C#proxyshadowsockssocks5
    Ver en GitHub↗109,164
  • 0xdea/oneiromancerAvatar de 0xdea

    0xdea/oneiromancer

    136Ver en GitHub↗

    Reverse engineering assistant that uses a locally running LLM to aid with pseudocode analysis.

    Rustaidapalollamapseudocode
    Ver en GitHub↗136
  • amosavian/jwsetkitAvatar de amosavian

    amosavian/JWSETKit

    67Ver en GitHub↗

    A full-featured Swift library for JOSE standards with first-class support for CryptoKit keys, providing JWS, JWT, SD-JWT, and JWE with signing, encryption, and JWK key management.

    Swift
    Ver en GitHub↗67
  • andrewjkerr/security-cheatsheetsAvatar de andrewjkerr

    andrewjkerr/security-cheatsheets

    1,387Ver en GitHub↗

    🔒 A collection of cheatsheets for various infosec tools and topics.

    bashcheatsheetssecurity
    Ver en GitHub↗1,387
  • andrewlock/netescapades.aspnetcore.securityheadersAvatar de andrewlock

    andrewlock/NetEscapades.AspNetCore.SecurityHeaders

    842Ver en GitHub↗

    Small package to allow adding security headers to ASP.NET Core websites

    C#
    Ver en GitHub↗842
  • andrewrk/libsoundioAvatar de andrewrk

    andrewrk/libsoundio

    2,089Ver en GitHub↗

    C library for cross-platform real-time audio input and output

    C
    Ver en GitHub↗2,089
  • animir/node-rate-limiter-flexibleAvatar de animir

    animir/node-rate-limiter-flexible

    3,556Ver en GitHub↗

    Atomic and non-atomic counters and rate limiting tools. Limit resource access at any scale.

    JavaScriptbruteforcedrizzledynamodb
    Ver en GitHub↗3,556
  • anorov/cloudflare-scrapeAvatar de Anorov

    Anorov/cloudflare-scrape

    3,526Ver en GitHub↗

    cloudflare-scrape

    Python
    Ver en GitHub↗3,526
  • anthropics/skillsAvatar de anthropics

    anthropics/skills

    151,506Ver en GitHub↗

    This project provides a standardized framework for extending the functional range of artificial intelligence agents through a registry of modular, declarative instructions. It enables agentic workflow automation by allowing developers to define task-specific behaviors and operational constraints that guide how agents interact with external tools and execute multi-step processes. The system distinguishes itself through a directory-based discovery model and a plugin-registry architecture that facilitates the distribution of specialized workflows. By utilizing a schema-driven specification that

    Pythonagent-skills
    Ver en GitHub↗151,506
  • alanxz/rabbitmq-cAvatar de alanxz

    alanxz/rabbitmq-c

    1,859Ver en GitHub↗

    RabbitMQ C client

    C
    Ver en GitHub↗1,859