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 dnaq/sodiumoxide

Open-source alternatives to Sodiumoxide

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

  • dagenix/rust-cryptoAvatar von DaGenix

    DaGenix/rust-crypto

    1,453Auf GitHub ansehen↗

    A (mostly) pure-Rust implementation of various cryptographic algorithms.

    Rust
    Auf GitHub ansehen↗1,453
  • sfackler/rust-opensslAvatar von sfackler

    sfackler/rust-openssl

    1,629Auf GitHub ansehen↗

    OpenSSL bindings for Rust

    Rust
    Auf GitHub ansehen↗1,629
  • klutzy/surugaAvatar von klutzy

    klutzy/suruga

    126Auf GitHub ansehen↗

    INACTIVE TLS 1.2 implementation in Rust

    Rust
    Auf GitHub ansehen↗126
  • amosavian/jwsetkitAvatar von amosavian

    amosavian/JWSETKit

    67Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗67
  • attaswift/siphashAvatar von attaswift

    attaswift/SipHash

    264Auf GitHub ansehen↗

    Simple and secure hashing in Swift with the SipHash algorithm

    Swift
    Auf GitHub ansehen↗264
  • barerose/lonesha256Avatar von BareRose

    BareRose/lonesha256

    38Auf GitHub ansehen↗

    This is a header-only library, as such most of its functional documentation is contained within the "header section" of the source code in the form of comments. It is highly recommended that you read said documentation before using this library.

    C
    Auf GitHub ansehen↗38

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
  • artem-smotrakov/micropython-rsa-signingAvatar von artem-smotrakov

    artem-smotrakov/micropython-rsa-signing

    19Auf GitHub ansehen↗

    This is an implementation of RSA signing for MicroPython. It's writter in pure Python, and based on python-rsa version 4.0.

    Python
    Auf GitHub ansehen↗19
  • blackdoor/joseAvatar von blackdoor

    blackdoor/jose

    16Auf GitHub ansehen↗

    Extensible JOSE library for Scala

    Scala
    Auf GitHub ansehen↗16
  • blake3-team/blake3Avatar von BLAKE3-team

    BLAKE3-team/BLAKE3

    6,284Auf GitHub ansehen↗

    BLAKE3 is a high-performance implementation of the BLAKE3 cryptographic hash algorithm used for calculating secure data digests and fingerprints. It functions as a parallel cryptographic hash tool that distributes workloads across multiple processor threads to process large datasets rapidly. The project provides specialized tools for keyed hashing and the generation of message authentication codes. It also includes functionality for cryptographic key derivation, allowing the creation of unique secret sub-keys from a master key and context strings. The implementation supports data integrity v

    Assembly
    Auf GitHub ansehen↗6,284
  • briansmith/ringAvatar von briansmith

    briansmith/ring

    4,091Auf GitHub ansehen↗

    Ring is a low-level cryptographic primitive library and security toolset designed for building portable, secure applications. It provides a collection of implementations for RSA, elliptic curve cryptography, and authenticated symmetric encryption. The project focuses on constant-time cryptography to prevent secret data from leaking through timing side-channel attacks. It utilizes a formal verification tool that generates arithmetic logic from templates, ensuring mathematical correctness and eliminating manual implementation errors. The library includes capabilities for producing cryptographi

    Assembly
    Auf GitHub ansehen↗4,091
  • briansmith/webpkiAvatar von briansmith

    briansmith/webpki

    483Auf GitHub ansehen↗

    WebPKI X.509 Certificate Validation in Rust

    Rust
    Auf GitHub ansehen↗483
  • brndnmtthws/dryocAvatar von brndnmtthws

    brndnmtthws/dryoc

    338Auf GitHub ansehen↗

    Don't Roll Your Own Crypto: pure-Rust, hard to misuse cryptography library

    Rust
    Auf GitHub ansehen↗338
  • carglglz/mpy-mbedtlsAvatar von Carglglz

    Carglglz/mpy-mbedtls

    3Auf GitHub ansehen↗

    MicroPython bindings for ECDSA keys basic functionality and x509 cert/csr utilities. Supports both PEM and DER formats

    C
    Auf GitHub ansehen↗3
  • cheatfate/nimcryptoC

    cheatfate/nimcrypto

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cryptoballot/cryptoballotAvatar von cryptoballot

    cryptoballot/cryptoballot

    223Auf GitHub ansehen↗

    cryptographically secure online voting

    Rust
    Auf GitHub ansehen↗223
  • 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
  • ctz/rustlsAvatar von ctz

    ctz/rustls

    7,453Auf GitHub ansehen↗

    rustls is a modern implementation of the Transport Layer Security protocol written in the Rust programming language. It serves as a cryptographic transport layer for establishing encrypted connections between clients and servers to ensure data privacy and integrity. The library features a pluggable crypto provider framework, allowing the substitution of cryptographic primitive implementations to meet specific platform architecture or regulatory compliance requirements. It provides capabilities for secure server configuration to handle encrypted incoming connections and secure client connecti

    Rust
    Auf GitHub ansehen↗7,453
  • cwpearson/nim-murmurhashC

    cwpearson/nim-murmurhash

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • 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
  • d-programming-deimos/opensslAvatar von D-Programming-Deimos

    D-Programming-Deimos/openssl

    47Auf GitHub ansehen↗

    OpenSSL D interface

    C
    Auf GitHub ansehen↗47
  • bcryptnet/bcrypt.netAvatar von BcryptNet

    BcryptNet/bcrypt.net

    989Auf GitHub ansehen↗

    BCrypt.Net - Bringing updates to the original bcrypt package

    C#
    Auf GitHub ansehen↗989
  • davidaurelio/hashids-pythonAvatar von davidaurelio

    davidaurelio/hashids-python

    1,416Auf GitHub ansehen↗

    Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3

    Python
    Auf GitHub ansehen↗1,416
  • denismaggior8/micropython-enigma-pythonAvatar von denismaggior8

    denismaggior8/micropython-enigma-python

    2Auf GitHub ansehen↗

    I'm thrilled to announce that enigmapython, my powerful Enigma machine emulator, is now available on MicroPython! 🚀

    Python
    Auf GitHub ansehen↗2
  • didactic-drunk/sodium.crAvatar von didactic-drunk

    didactic-drunk/sodium.cr

    51Auf GitHub ansehen↗

    Crystal wrapper for the libsodium crypto API

    Crystal
    Auf GitHub ansehen↗51
  • diybitcoinhardware/embitAvatar von diybitcoinhardware

    diybitcoinhardware/embit

    111Auf GitHub ansehen↗

    A minimal bitcoin library for MicroPython and Python 3.10+ with a focus on embedded systems.

    Python
    Auf GitHub ansehen↗111
  • dmazzella/ucryptoAvatar von dmazzella

    dmazzella/ucrypto

    44Auf GitHub ansehen↗

    Micropython package for doing fast rsa and elliptic curve cryptography, specifically digital signatures. ECDSA API design inspired from fastecdsa and implementation based on tomsfastmath.

    C
    Auf GitHub ansehen↗44
  • dmazzella/ucryptoauthlibAvatar von dmazzella

    dmazzella/ucryptoauthlib

    44Auf GitHub ansehen↗

    Lightweight driver for Microchip Crypto Authentication secure elements written in pure python for micropython.

    Python
    Auf GitHub ansehen↗44
  • dmazzella/ucryptographyAvatar von dmazzella

    dmazzella/ucryptography

    10Auf GitHub ansehen↗

    Lightweight porting of cryptography to Micropython based on ARM Mbed TLS

    C
    Auf GitHub ansehen↗10
  • dnaeon/cl-bcryptAvatar von dnaeon

    dnaeon/cl-bcrypt

    17Auf GitHub ansehen↗

    cl-bcrypt is a Common Lisp system for generating, parsing and verification of bcryptbcrypt password hashes.

    Common Lisp
    Auf GitHub ansehen↗17
  • apense/shimshamA

    apense/shimsham

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0