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

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

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

B-Con/crypto-algorithms

0
View on GitHub↗
2,023 نجوم·710 تفرعات·C·2 مشاهدات

Crypto Algorithms

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

Features

  • Cryptographic Libraries - Basic implementations of standard cryptographic algorithms in C.
  • Cryptography Libraries - Basic implementations of standard cryptographic algorithms.

سجل النجوم

مخطط تاريخ النجوم لـ b-con/crypto-algorithmsمخطط تاريخ النجوم لـ b-con/crypto-algorithms

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Crypto Algorithms

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Crypto Algorithms.
  • 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
  • jedisct1/libsodiumالصورة الرمزية لـ jedisct1

    jedisct1/libsodium

    13,467عرض على 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
    عرض على GitHub↗13,467
  • awslabs/s2nالصورة الرمزية لـ awslabs

    awslabs/s2n

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

    libtom/libtomcrypt

    1,773عرض على 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
    عرض على GitHub↗1,773
عرض جميع البدائل الـ 30 لـ Crypto Algorithms→

الأسئلة الشائعة

ما هي وظيفة b-con/crypto-algorithms؟

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

ما هي الميزات الرئيسية لـ b-con/crypto-algorithms؟

الميزات الرئيسية لـ b-con/crypto-algorithms هي: Cryptographic Libraries, Cryptography Libraries.

ما هي البدائل مفتوحة المصدر لـ b-con/crypto-algorithms؟

تشمل البدائل مفتوحة المصدر لـ b-con/crypto-algorithms: jedisct1/libsodium — Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption,… openssl/openssl — This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and… cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… libtom/libtomcrypt — LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast… weidai11/cryptopp — Crypto++ is a comprehensive C++ cryptographic library that implements a broad range of algorithms for symmetric and…