8 مستودعات
Cryptographic constructions using a secret key and hash function to provide data authenticity and integrity.
Distinct from Authenticated Encryption: Candidates are too broad (Encryption-as-a-Service) or focus on authenticated encryption (AEAD) rather than the MAC primitive.
Explore 8 awesome GitHub repositories matching security & cryptography · Message Authentication Codes. Refine with filters or upvote what's useful.
crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data transformation tools. It functions as a symmetric encryption toolset, a cryptographic hash implementation, and a password derivation tool for the JavaScript environment. The library enables the protection of sensitive data through symmetric encryption and the production of fixed-size data digests to verify integrity. It includes utilities for converting user passwords into secure cryptographic keys and a data format converter for translating information between Base64, Hex, and
Provides mechanisms to confirm data integrity and origin by combining hashing algorithms with secret keys.
CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection of standard cryptographic algorithms for encryption, decryption, and hashing without relying on native C libraries or system frameworks. The library supports symmetric and asymmetric encryption, including RSA key generation and signature management. It features authenticated encryption schemes and the ability to generate cryptographic digests for data integrity verification. The toolset covers message authentication codes, secure key derivation from passwords, and data paddi
Provides message authentication codes (MACs) to ensure data authenticity and integrity.
pysheeet هي مكتبة مرجعية تقنية توفر مجموعة مختارة من مقتطفات التعليمات البرمجية وأنماط التنفيذ لتطوير Python المتقدم، وتكامل النظام، والحوسبة عالية الأداء. تعمل كدليل شامل لتنفيذ برمجة الشبكات منخفضة المستوى، وإضافات C الأصلية، والبرمجة غير المتزامنة والمتزامنة. يوفر المشروع أطر عمل متخصصة لتطوير ونشر نماذج اللغات الكبيرة، بما في ذلك أدوات لاستنتاج GPU الموزع والخدمة عالية الأداء. يتضمن أيضاً أنماطاً مفصلة لتنظيم مجموعات الحوسبة عالية الأداء، وتغطية تخصيص موارد GPU وإدارة عبء العمل متعدد العقد. تغطي المكتبة سطحاً واسعاً من القدرات، بما في ذلك اتصالات الشبكة الآمنة والتشفير، والتعيين الكائني-العلائقي وإدارة قواعد البيانات، وتنفيذ هياكل البيانات والخوارزميات المعقدة. كما توفر أدوات لإدارة الذاكرة، وقابلية التشغيل البيني الأصلية عبر واجهات الوظائف الخارجية، وتكامل نظام التشغيل على مستوى النظام.
Implements cryptographic constructions using secret keys and hash functions to provide data authenticity.
This project is a learning guide and collection of study notes designed to teach Node.js backend development. It provides a comprehensive core API reference and practical demonstrations for implementing server-side logic, network programming, and system APIs. The guide specifically covers advanced technical domains including process management for scaling applications via clusters and child processes, as well as network programming for building TCP, UDP, and HTTP services. It also includes detailed instructional material on security implementation, focusing on cryptographic hashing and encryp
Demonstrates how to produce keyed hashes using secret salts to verify the authenticity of messages.
BLAKE3 هو تطبيق عالي الأداء لخوارزمية التجزئة التشفيرية BLAKE3 المستخدمة لحساب ملخصات البيانات الآمنة والبصمات. يعمل كأداة تجزئة تشفيرية متوازية توزع أعباء العمل عبر خيوط معالجة متعددة لمعالجة مجموعات البيانات الكبيرة بسرعة. يوفر المشروع أدوات متخصصة للتجزئة بالمفتاح وتوليد رموز مصادقة الرسائل. كما يتضمن وظائف لاشتقاق مفاتيح التشفير، مما يسمح بإنشاء مفاتيح فرعية سرية فريدة من مفتاح رئيسي وسلاسل سياق. يدعم التطبيق التحقق من سلامة البيانات من خلال حساب التجزئة المتوازي وبث البيانات الذي تم التحقق منه. يتم توفير هذه القدرات كمكتبة عبر اللغات لبيئات Rust و C وتتضمن واجهة سطر أوامر لحساب ملخصات الملفات أو الإدخال القياسي.
Creates keyed hashes to ensure data originates from a trusted source and remains unaltered.
GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3, SM4, SM9, and ZUC as a unified algorithm suite. It provides a comprehensive set of cryptographic primitives including symmetric and asymmetric encryption, digital signatures, hashing, and key exchange, all built around these national standards for government and enterprise security applications. The library distinguishes itself through several integration capabilities. It includes an OpenSSL compatibility layer that maps GmSSL functions to OpenSSL API calls, enabling drop-in re
Generate and verify a keyed hash to authenticate a message and detect tampering.
هذه مكتبة JavaScript وأداة تشفير عبر المنصات تُستخدم لتوليد بصمات MD5 (128-بت) من النصوص أو البيانات الثنائية. توفر تنفيذاً متسقاً لحساب قيم التجزئة والبصمات المشفرة بنظام ست عشري لتسهيل التحقق من صحة البيانات. تتضمن المكتبة تنفيذاً لـ HMAC-MD5، مما يسمح بإنشاء رموز مصادقة الرسائل المعتمدة على مفتاح للتحقق من صحة وسلامة الرسالة باستخدام مفتاح سري. تدعم هذه القدرات التحقق من سلامة البيانات ومصادقة الرسائل عبر متصفحات الويب (جانب العميل) وبيئات Node.js (جانب الخادم).
Implements message authentication codes (MACs) using a secret key and MD5 to ensure data integrity.
This project is a comprehensive computer networking textbook and instructional resource. It serves as a technical guide for the design and implementation of network layers, protocols, and hardware architecture, covering the spectrum from physical links to application-layer protocols. The content provides a detailed study of standards for congestion control, reliable data delivery, and internetwork routing. It includes specialized technical material on network security, public-key infrastructure, and the operation of modern cloud infrastructure and data centers. The material covers a broad ra
Covers the use of Message Authentication Codes to provide data authenticity and integrity.