message-authentication-code
There are 37 repositories under message-authentication-code topic.
veorq/SipHash
High-speed secure pseudorandom function for short messages
bwmarrin/go-alone
A simple to use, high-performance, Go (golang) MAC signer.
agievich/bee2
A cryptographic library
KotlinCrypto/MACs
Message Authentication Code algorithms for Kotlin Multiplatform
marcoonroad/nocoiner
A Commitment Scheme library for Coin Flipping/Tossing algorithms and sort. :four_leaf_clover: :camel: :lock: :key:
kpdemetriou/highwayhash-cffi
Tested, performant HighwayHash bindings for Python 3 with support for all output lengths.
michpro/cryptboot
Bootloader for tinyAVR 0-, 1- and 2-series, and megaAVR 0-series, supporting signed and encrypted firmware loaded from external I2C memory.
blackshirt/poly1305
Poly1305 one-time message authenticated code (MAC) module for V Language
michpro/XTEA-Cipher
XTEA cipher library, with MAC support, for the Arduino environment.
adrianosela/authio
Authenticated message implementations of io.Reader and io.Writer
aim97/Computer-security
Covering computer security: cryptography and network security
EvanHei/FileLocker
A Windows desktop app for cryptographically protecting files.
kpdemetriou/siphash-cffi
Tested, performant SipHash bindings for Python 3 with support for double-output-size, half-word and variable-round variants.
kpdemetriou/spectral-aead
An algorithm for authenticated encryption with associated data using Speck and HMAC-SHA256.
Megha-Bose/Information-Security
Code for Principles of Information Security assignment
20101301-Alina-Hasan/Multiple-Cryptographic-Functionalities
This Python application integrates various cryptographic functionalities into a single interactive program. Users can perform operations such as encryption, decryption, hashing, digital signature generation/verification, and Message Authentication Code (MAC) generation.
ahmeducf/s-jwt
A TypeScript library that implements the JSON Web Token (JWT) standard defined in RFC 7519.
cicciog/CryptographyExample
Cryptography Primitives examples
itzmeanjan/multimixer-128
Multimixer-128: Universal Keyed Hashing Based on Integer Multiplication
NilFoundation/crypto3-mac
Message authentication codes for =nil; Crypto3 cryptography suite
samuel-lucas6/Ascon.NET
A .NET implementation of the Ascon cipher suite.
samuel-lucas6/HMAC.NET
A .NET implementation of HMAC, with support for SHA256, SHA384, and SHA512.
samuel-lucas6/MultiMAC
Authenticate multiple inputs easily using keyed BLAKE2b.
samuel-lucas6/SipHash.NET
A .NET implementation of SipHash-2-4.
teanirudh/msg-auth-codes
Simulation of brute force attack on key used in Message Authentication Code
Tecatech/MAC-generator
Tool for authenticating messages with Message Authentication Codes (MACs)
Abshir112/Lab-Cryptography
Lab exercises in Computer security course about MAC and Digital signature verifications.
SecretPasta/Cryptology
CAST-128 in CBC with MAC and EC El Gamal
shivanshisharma/CryptographicToolsAssignment
This assignment aims to assess your understanding of the basic principles underlying the main cryptographic concepts and technologies available today, including symmetric and asymmetric encryption, and digital signatures.
JwanMardini/Computer-Security
Computer Security Course
KizzyCode/crypto_api
This crate defines a general purpose API for various cryptographic primitives
samuel-lucas6/CBC-MAC.NET
A .NET implementation of length-prepend CBC-MAC.
samuel-lucas6/ponteil-dotnet
A .NET implementation of Ponteil, a very fast, compact XOF/hash function/PRF based on AEGIS.
ShravanCool/Kryptonit
Repository containing different cryptography algorithms.