awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to sfackler/rust-openssl

Open-source alternatives to Rust Openssl

30 open-source projects similar to sfackler/rust-openssl, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rust Openssl alternative.

  • dagenix/rust-cryptoالصورة الرمزية لـ DaGenix

    DaGenix/rust-crypto

    1,453عرض على GitHub↗

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

    Rust
    عرض على GitHub↗1,453
  • klutzy/surugaالصورة الرمزية لـ klutzy

    klutzy/suruga

    126عرض على GitHub↗

    INACTIVE TLS 1.2 implementation in Rust

    Rust
    عرض على GitHub↗126
  • dnaq/sodiumoxideالصورة الرمزية لـ dnaq

    dnaq/sodiumoxide

    645عرض على GitHub↗

    DEPRECATED Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium)

    Rust
    عرض على GitHub↗645
  • amosavian/jwsetkitالصورة الرمزية لـ amosavian

    amosavian/JWSETKit

    67عرض على 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
    عرض على GitHub↗67
  • attaswift/siphashالصورة الرمزية لـ attaswift

    attaswift/SipHash

    264عرض على GitHub↗

    Simple and secure hashing in Swift with the SipHash algorithm

    Swift
    عرض على GitHub↗264
  • barerose/lonesha256الصورة الرمزية لـ BareRose

    BareRose/lonesha256

    38عرض على GitHub↗

    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
    عرض على GitHub↗38

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • artem-smotrakov/micropython-rsa-signingالصورة الرمزية لـ artem-smotrakov

    artem-smotrakov/micropython-rsa-signing

    19عرض على GitHub↗

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

    Python
    عرض على GitHub↗19
  • blackdoor/joseالصورة الرمزية لـ blackdoor

    blackdoor/jose

    16عرض على GitHub↗

    Extensible JOSE library for Scala

    Scala
    عرض على GitHub↗16
  • blake3-team/blake3الصورة الرمزية لـ BLAKE3-team

    BLAKE3-team/BLAKE3

    6,284عرض على GitHub↗

    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
    عرض على GitHub↗6,284
  • briansmith/ringالصورة الرمزية لـ briansmith

    briansmith/ring

    4,091عرض على GitHub↗

    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
    عرض على GitHub↗4,091
  • briansmith/webpkiالصورة الرمزية لـ briansmith

    briansmith/webpki

    483عرض على GitHub↗

    WebPKI X.509 Certificate Validation in Rust

    Rust
    عرض على GitHub↗483
  • brndnmtthws/dryocالصورة الرمزية لـ brndnmtthws

    brndnmtthws/dryoc

    338عرض على GitHub↗

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

    Rust
    عرض على GitHub↗338
  • carglglz/mpy-mbedtlsالصورة الرمزية لـ Carglglz

    Carglglz/mpy-mbedtls

    3عرض على GitHub↗

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

    C
    عرض على GitHub↗3
  • cheatfate/nimcryptoC

    cheatfate/nimcrypto

    0عرض على GitHub↗
    عرض على GitHub↗0
  • cryptoballot/cryptoballotالصورة الرمزية لـ cryptoballot

    cryptoballot/cryptoballot

    223عرض على GitHub↗

    cryptographically secure online voting

    Rust
    عرض على GitHub↗223
  • cossacklabs/themisالصورة الرمزية لـ cossacklabs

    cossacklabs/themis

    1,965عرض على 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
    عرض على GitHub↗1,965
  • ctz/rustlsالصورة الرمزية لـ ctz

    ctz/rustls

    7,453عرض على GitHub↗

    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
    عرض على GitHub↗7,453
  • cwpearson/nim-murmurhashC

    cwpearson/nim-murmurhash

    0عرض على GitHub↗
    عرض على GitHub↗0
  • cyan4973/xxhashالصورة الرمزية لـ Cyan4973

    Cyan4973/xxHash

    10,885عرض على 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
    عرض على GitHub↗10,885
  • d-programming-deimos/opensslالصورة الرمزية لـ D-Programming-Deimos

    D-Programming-Deimos/openssl

    47عرض على GitHub↗

    OpenSSL D interface

    C
    عرض على GitHub↗47
  • bcryptnet/bcrypt.netالصورة الرمزية لـ BcryptNet

    BcryptNet/bcrypt.net

    989عرض على GitHub↗

    BCrypt.Net - Bringing updates to the original bcrypt package

    C#
    عرض على GitHub↗989
  • davidaurelio/hashids-pythonالصورة الرمزية لـ davidaurelio

    davidaurelio/hashids-python

    1,416عرض على GitHub↗

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

    Python
    عرض على GitHub↗1,416
  • denismaggior8/micropython-enigma-pythonالصورة الرمزية لـ denismaggior8

    denismaggior8/micropython-enigma-python

    2عرض على GitHub↗

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

    Python
    عرض على GitHub↗2
  • didactic-drunk/sodium.crالصورة الرمزية لـ didactic-drunk

    didactic-drunk/sodium.cr

    51عرض على GitHub↗

    Crystal wrapper for the libsodium crypto API

    Crystal
    عرض على GitHub↗51
  • diybitcoinhardware/embitالصورة الرمزية لـ diybitcoinhardware

    diybitcoinhardware/embit

    111عرض على GitHub↗

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

    Python
    عرض على GitHub↗111
  • dmazzella/ucryptoالصورة الرمزية لـ dmazzella

    dmazzella/ucrypto

    44عرض على GitHub↗

    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
    عرض على GitHub↗44
  • dmazzella/ucryptoauthlibالصورة الرمزية لـ dmazzella

    dmazzella/ucryptoauthlib

    44عرض على GitHub↗

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

    Python
    عرض على GitHub↗44
  • dmazzella/ucryptographyالصورة الرمزية لـ dmazzella

    dmazzella/ucryptography

    10عرض على GitHub↗

    Lightweight porting of cryptography to Micropython based on ARM Mbed TLS

    C
    عرض على GitHub↗10
  • dnaeon/cl-bcryptالصورة الرمزية لـ dnaeon

    dnaeon/cl-bcrypt

    17عرض على GitHub↗

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

    Common Lisp
    عرض على GitHub↗17
  • apense/shimshamA

    apense/shimsham

    0عرض على GitHub↗
    عرض على GitHub↗0