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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to adamcaudill/libsodium-net

Open-source alternatives to Libsodium Net

30 open-source projects similar to adamcaudill/libsodium-net, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Libsodium Net alternative.

  • aarnott/pclcryptoAvatar von AArnott

    AArnott/PCLCrypto

    225Auf GitHub ansehen↗

    Platform crypto for portable libraries

    C#
    Auf GitHub ansehen↗225
  • apache/incubator-milagro-crypto-cAvatar von apache

    apache/incubator-milagro-crypto-c

    39Auf GitHub ansehen↗

    Apache milagro (Incubating)

    C
    Auf GitHub ansehen↗39
  • awslabs/s2nAvatar von awslabs

    awslabs/s2n

    4,736Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,736
  • b-con/crypto-algorithmsAvatar von B-Con

    B-Con/crypto-algorithms

    2,023Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗2,023
  • bitbeans/streamcryptorAvatar von bitbeans

    bitbeans/StreamCryptor

    132Auf GitHub ansehen↗

    Stream encryption & decryption with libsodium and protobuf

    C#
    Auf GitHub ansehen↗132

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • cossacklabs/themisAvatar von cossacklabs

    cossacklabs/themis

    1,965Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,965
  • cyan4973/xxhashAvatar von Cyan4973

    Cyan4973/xxHash

    10,885Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,885
  • danielberkompas/cloakAvatar von danielberkompas

    danielberkompas/cloak

    621Auf GitHub ansehen↗

    Elixir encryption library designed for Ecto

    Elixir
    Auf GitHub ansehen↗621
  • dedis/kyberAvatar von dedis

    dedis/kyber

    698Auf GitHub ansehen↗

    Advanced crypto library for the Go language

    Go
    Auf GitHub ansehen↗698
  • dgryski/dkeyczarAvatar von dgryski

    dgryski/dkeyczar

    112Auf GitHub ansehen↗

    Port of Google's Keyczar cryptography library to Go

    Go
    Auf GitHub ansehen↗112
  • elixircnx/comeoninAvatar von elixircnx

    elixircnx/comeonin

    1,317Auf GitHub ansehen↗

    Password hashing specification for the Elixir programming language

    Elixir
    Auf GitHub ansehen↗1,317
  • eudoxia0/trivial-sshAvatar von eudoxia0

    eudoxia0/trivial-ssh

    47Auf GitHub ansehen↗

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

    Common Lisp
    Auf GitHub ansehen↗47
  • galoisinc/cryptolAvatar von GaloisInc

    GaloisInc/cryptol

    1,210Auf GitHub ansehen↗

    Cryptol: The Language of Cryptography

    Haskell
    Auf GitHub ansehen↗1,210
  • gnutls/nettleAvatar von gnutls

    gnutls/nettle

    73Auf GitHub ansehen↗

    A mirror of the nettle repository

    C
    Auf GitHub ansehen↗73
  • informatikr/scryptAvatar von informatikr

    informatikr/scrypt

    18Auf GitHub ansehen↗

    Haskell bindings to Colin Percival's scrypt implementation.

    C
    Auf GitHub ansehen↗18
  • jedisct1/libsodiumAvatar von jedisct1

    jedisct1/libsodium

    13,467Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,467
  • kisom/gocryptoAvatar von kisom

    kisom/gocrypto

    157Auf GitHub ansehen↗

    Example source code for the Practical Crypto with Go book.

    Go
    Auf GitHub ansehen↗157
  • kokke/tiny-aes128-cAvatar von kokke

    kokke/tiny-AES128-C

    4,968Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,968
  • libtom/libtomcryptAvatar von libtom

    libtom/libtomcrypt

    1,773Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,773
  • lk-geimfari/secrets.cljAvatar von lk-geimfari

    lk-geimfari/secrets.clj

    98Auf GitHub ansehen↗

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

    Clojure
    Auf GitHub ansehen↗98
  • macourtney/clj-cryptoAvatar von macourtney

    macourtney/clj-crypto

    30Auf GitHub ansehen↗

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

    Clojure
    Auf GitHub ansehen↗30
  • nilfoundation/crypto3Avatar von NilFoundation

    NilFoundation/crypto3

    87Auf GitHub ansehen↗

    Modern Cryptography Suite in C++17

    C++
    Auf GitHub ansehen↗87
  • openssl/opensslAvatar von openssl

    openssl/openssl

    29,596Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗29,596
  • phonohawk/hsopensslAvatar von phonohawk

    phonohawk/HsOpenSSL

    19Auf GitHub ansehen↗

    OpenSSL binding for Haskell

    Haskell
    Auf GitHub ansehen↗19
  • rhash/rhashAvatar von rhash

    rhash/RHash

    718Auf GitHub ansehen↗

    Great utility for computing hash sums

    C
    Auf GitHub ansehen↗718
  • rozap/exgpgAvatar von rozap

    rozap/exgpg

    19Auf GitHub ansehen↗

    gpg interface

    Elixir
    Auf GitHub ansehen↗19
  • rubencaro/cipherAvatar von rubencaro

    rubencaro/cipher

    62Auf GitHub ansehen↗

    Elixir crypto library to encrypt/decrypt arbitrary binaries

    Elixir
    Auf GitHub ansehen↗62
  • sdrapkin/securitydriven.infernoAvatar von sdrapkin

    sdrapkin/SecurityDriven.Inferno

    585Auf GitHub ansehen↗

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

    C#aeadbase32base64
    Auf GitHub ansehen↗585
  • shaih/helibAvatar von shaih

    shaih/HElib

    55Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗55
  • shinmera/crypto-shortcutsAvatar von Shinmera

    Shinmera/crypto-shortcuts

    25Auf GitHub ansehen↗

    Collection of common cryptography functions

    Common Lisp
    Auf GitHub ansehen↗25