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

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

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

elithrar/simple-scrypt

0
View on GitHub↗
202 نجوم·27 تفرعات·Go·MIT·3 مشاهدات

Simple Scrypt

A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go 🔑

Features

  • Security and Cryptography - Scrypt implementation with automatic calibration.
  • الأمن والخصوصية - Scrypt library with simple API and auto-calibration.

سجل النجوم

مخطط تاريخ النجوم لـ elithrar/simple-scryptمخطط تاريخ النجوم لـ elithrar/simple-scrypt

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Simple Scrypt

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Simple Scrypt.
  • awnumar/memguardالصورة الرمزية لـ awnumar

    awnumar/memguard

    2,748عرض على GitHub↗

    Software sandbox for storage of sensitive information in memory.

    Gocryptocryptographygo
    عرض على GitHub↗2,748
  • bastiaanjansen/otp-javaالصورة الرمزية لـ BastiaanJansen

    BastiaanJansen/OTP-Java

    237عرض على GitHub↗

    A small and easy-to-use one-time password generator library for Java implementing RFC 4226 (HOTP) and RFC 6238 (TOTP).

    Java
    عرض على GitHub↗237
  • adrianosela/sslmgrA

    adrianosela/sslmgr

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

    cossacklabs/acra

    1,482عرض على GitHub↗

    Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.

    Go
    عرض على GitHub↗1,482
عرض جميع البدائل الـ 30 لـ Simple Scrypt→

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

ما هي وظيفة elithrar/simple-scrypt؟

A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go 🔑

ما هي الميزات الرئيسية لـ elithrar/simple-scrypt؟

الميزات الرئيسية لـ elithrar/simple-scrypt هي: Security and Cryptography, الأمن والخصوصية.

ما هي البدائل مفتوحة المصدر لـ elithrar/simple-scrypt؟

تشمل البدائل مفتوحة المصدر لـ elithrar/simple-scrypt: bastiaanjansen/otp-java — A small and easy-to-use one-time password generator library for Java implementing RFC 4226 (HOTP) and RFC 6238 (TOTP). cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… adrianosela/sslmgr. awnumar/memguard — Software sandbox for storage of sensitive information in memory. cossacklabs/acra — Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections… dwin/goargonpass.