fast_io is a C++ general-purpose exception-safe RAII I/O library based on C++ 20 Concepts. It is at least ten times faster than cstdio or iostream.
翻译 - fast_io是基于C ++ 20概念的C ++通用异常安全RAII I / O库。它至少比cstdio或iostream快十倍。
HMAC authentication for Rails and HTTP Clients
Go JWT signing, verifying and validating
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 compatibl...
#区块链#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.
[UNMAINTAINED] HMAC-SHA512 implementation optimized for embedded devices
#安全#CryptGuard is a comprehensive cryptographic library, offering robust encryption and decryption capabilities. It integrates traditional cryptography with post-quantum algorithms, ensuring resilience ag...
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.
A .NET implementation of HMAC, with support for SHA256, SHA384, and SHA512.
HMAC Implementation Example and Explanation