There are 1 repository under hmac-sha512 topic.
Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
A standalone Java 7 implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm which is compatible to NIST 800-56C Rev. 1 two step KDF
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
CryptGuard is a comprehensive cryptographic library, offering robust encryption and decryption capabilities. It integrates traditional cryptography with post-quantum algorithms, ensuring resilience against quantum computing threats.
C++ Библиотека для расчета HMAC
A simple, double-paranoid encryption library inspired by TripleSec.
Burp extension to sign Payment Gateway API requests by calculating a variation of a HMAC-SHA512 and adding it to the request.
Simple Android lottery game (Java) that uses cryptography concepts such as: HMAC-SHA256, HMAC-SHA512, AES-128-CBC, AES-128-CTR
A JavaScript hash generator.
Computes cryptographic hash values (standard hashes MD5, SHA1, SHA256 and HMAC-based hashes) Share the hash with the file, to avoid "fake" ones.
HMAC Implementation Example and Explanation
A .NET implementation of HMAC, with support for SHA256, SHA384, and SHA512.
Example of NodeJS AES-256 encryption in CTR mode with HMAC+sha512
AES-256-CTR encryption with SHA-512 HMAC authentication as a Go io.Reader interface
Script to calculate HMAC for a given file and check against old HMAC.
OAuth 1.0 header generation
Click Bait Filter Production Service
Firebase Hash Utitlities used in Firebase Admin SDK for PHP
An experimental cloud storage service built with Next.js, featuring client-side file encryption, a dedicated password vault, advanced integrity verification functionality, and a convenient UI.
An open-source file sharing app built using Next.js and Perplexity. The app employs ML-KEM-1024, ChaCha20, Serpent-256, and HMAC-SHA512 to ensure data confidentiality and integrity. The app is also equipped with a dedicated password vault.
A .NET implementation of HKDF, with support for SHA256, SHA384, and SHA512.
SOAV: Service Oriented Architecture Validation and Verification upon Authentication & Authorization. SOA, Dot Net Framework Class Library, with Unit Test Cases.
This library will demonstrate and show how a Software based HSM might work in a simple manner.
German version of the "Plum Harbor" file sharing app.
A .NET implementation of PBKDF2 with HMAC-SHA-2.
JavaScript implementation of HMAC generation and verification for the browser and node.js. It uses the global SubtleCrypto interface [Web Crypto API]. Multiple representations of the HMAC are available (e.g. hexadecimal, base32, base64, ...)