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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to kisom/gocrypto

Open-source alternatives to Gocrypto

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

  • aarnott/pclcryptoAvatar de AArnott

    AArnott/PCLCrypto

    225Voir sur GitHub↗

    Platform crypto for portable libraries

    C#
    Voir sur GitHub↗225
  • adamcaudill/libsodium-netA

    adamcaudill/libsodium-net

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • apache/incubator-milagro-crypto-cAvatar de apache

    apache/incubator-milagro-crypto-c

    39Voir sur GitHub↗

    Apache milagro (Incubating)

    C
    Voir sur GitHub↗39
  • awslabs/s2nAvatar de awslabs

    awslabs/s2n

    4,736Voir sur 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
    Voir sur GitHub↗4,736
  • b-con/crypto-algorithmsAvatar de B-Con

    B-Con/crypto-algorithms

    2,023Voir sur GitHub↗

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

    C
    Voir sur GitHub↗2,023

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • bitbeans/streamcryptorAvatar de bitbeans

    bitbeans/StreamCryptor

    132Voir sur GitHub↗

    Stream encryption & decryption with libsodium and protobuf

    C#
    Voir sur GitHub↗132
  • cossacklabs/themisAvatar de cossacklabs

    cossacklabs/themis

    1,965Voir sur 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
    Voir sur GitHub↗1,965
  • cyan4973/xxhashAvatar de Cyan4973

    Cyan4973/xxHash

    10,885Voir sur 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
    Voir sur GitHub↗10,885
  • danielberkompas/cloakAvatar de danielberkompas

    danielberkompas/cloak

    621Voir sur GitHub↗

    Elixir encryption library designed for Ecto

    Elixir
    Voir sur GitHub↗621
  • dedis/kyberAvatar de dedis

    dedis/kyber

    698Voir sur GitHub↗

    Advanced crypto library for the Go language

    Go
    Voir sur GitHub↗698
  • dgryski/dkeyczarAvatar de dgryski

    dgryski/dkeyczar

    112Voir sur GitHub↗

    Port of Google's Keyczar cryptography library to Go

    Go
    Voir sur GitHub↗112
  • elixircnx/comeoninAvatar de elixircnx

    elixircnx/comeonin

    1,317Voir sur GitHub↗

    Password hashing specification for the Elixir programming language

    Elixir
    Voir sur GitHub↗1,317
  • eudoxia0/trivial-sshAvatar de eudoxia0

    eudoxia0/trivial-ssh

    47Voir sur GitHub↗

    An SSH client library for Common Lisp (Built on libssh2)

    Common Lisp
    Voir sur GitHub↗47
  • galoisinc/cryptolAvatar de GaloisInc

    GaloisInc/cryptol

    1,210Voir sur GitHub↗

    Cryptol: The Language of Cryptography

    Haskell
    Voir sur GitHub↗1,210
  • gnutls/nettleAvatar de gnutls

    gnutls/nettle

    73Voir sur GitHub↗

    A mirror of the nettle repository

    C
    Voir sur GitHub↗73
  • informatikr/scryptAvatar de informatikr

    informatikr/scrypt

    18Voir sur GitHub↗

    Haskell bindings to Colin Percival's scrypt implementation.

    C
    Voir sur GitHub↗18
  • jedisct1/libsodiumAvatar de jedisct1

    jedisct1/libsodium

    13,467Voir sur 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
    Voir sur GitHub↗13,467
  • kokke/tiny-aes128-cAvatar de kokke

    kokke/tiny-AES128-C

    4,968Voir sur 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
    Voir sur GitHub↗4,968
  • libtom/libtomcryptAvatar de libtom

    libtom/libtomcrypt

    1,773Voir sur 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
    Voir sur GitHub↗1,773
  • lk-geimfari/secrets.cljAvatar de lk-geimfari

    lk-geimfari/secrets.clj

    98Voir sur GitHub↗

    A library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets.

    Clojure
    Voir sur GitHub↗98
  • macourtney/clj-cryptoAvatar de macourtney

    macourtney/clj-crypto

    30Voir sur GitHub↗

    Clj-crypto is a wrapper for Bouncy Castle which allows you to easily use cryptography in your clojure app.

    Clojure
    Voir sur GitHub↗30
  • nilfoundation/crypto3Avatar de NilFoundation

    NilFoundation/crypto3

    87Voir sur GitHub↗

    Modern Cryptography Suite in C++17

    C++
    Voir sur GitHub↗87
  • openssl/opensslAvatar de openssl

    openssl/openssl

    29,596Voir sur 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
    Voir sur GitHub↗29,596
  • phonohawk/hsopensslAvatar de phonohawk

    phonohawk/HsOpenSSL

    19Voir sur GitHub↗

    OpenSSL binding for Haskell

    Haskell
    Voir sur GitHub↗19
  • rhash/rhashAvatar de rhash

    rhash/RHash

    718Voir sur GitHub↗

    Great utility for computing hash sums

    C
    Voir sur GitHub↗718
  • rozap/exgpgAvatar de rozap

    rozap/exgpg

    19Voir sur GitHub↗

    gpg interface

    Elixir
    Voir sur GitHub↗19
  • rubencaro/cipherAvatar de rubencaro

    rubencaro/cipher

    62Voir sur GitHub↗

    Elixir crypto library to encrypt/decrypt arbitrary binaries

    Elixir
    Voir sur GitHub↗62
  • sdrapkin/securitydriven.infernoAvatar de sdrapkin

    sdrapkin/SecurityDriven.Inferno

    585Voir sur GitHub↗

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

    C#aeadbase32base64
    Voir sur GitHub↗585
  • shaih/helibAvatar de shaih

    shaih/HElib

    55Voir sur GitHub↗

    HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.

    Voir sur GitHub↗55
  • shinmera/crypto-shortcutsAvatar de Shinmera

    Shinmera/crypto-shortcuts

    25Voir sur GitHub↗

    Collection of common cryptography functions

    Common Lisp
    Voir sur GitHub↗25