GitHub topics: hmac-sha1
louib/challenge-response
Perform HMAC-SHA1 and OTP challenges with YubiKey, OnlyKey and NitroKey, in pure Rust.
Language: Rust - Size: 205 KB - Last synced at: 3 days ago - Pushed at: 11 days ago - Stars: 6 - Forks: 1

StarGate01/ykhmac-uchost
Yubikey HMAC-SHA1 challenge-response auth on Arduino
Language: C++ - Size: 78.1 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 1

jedisct1/rust-hmac-sha1
SHA1 and HMAC-SHA1 for Rust.
Language: Rust - Size: 12.7 KB - Last synced at: 29 days ago - Pushed at: 3 months ago - Stars: 8 - Forks: 1

Abhiramborige/Crypto-systems
This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!
Language: Python - Size: 106 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 56 - Forks: 22

5Noxi/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.
Language: PowerShell - Size: 72.3 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

mgomes/api_auth
HMAC authentication for Rails and HTTP Clients
Language: Ruby - Size: 438 KB - Last synced at: about 12 hours ago - Pushed at: about 1 year ago - Stars: 479 - Forks: 149

patrickfav/hkdf
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
Language: Java - Size: 2.77 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 68 - Forks: 9

Akagi201/hmac-sha1
Standalone implementation of `HMAC()` + `EVP_sha1()` in `OpenSSL`
Language: C - Size: 180 KB - Last synced at: 18 days ago - Pushed at: over 10 years ago - Stars: 52 - Forks: 29

kokke/tiny-HMAC-c
Small portable HMAC in C
Language: C - Size: 441 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 65 - Forks: 7

ko1nksm-shlab/sh-hmac-sha1
HMAC-SHA1 implemented in POSIX shell script (without openssl)
Language: Shell - Size: 18.6 KB - Last synced at: 3 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 2

CodeByZach/jhash.js
A JavaScript hash generator.
Language: JavaScript - Size: 77.1 KB - Last synced at: 27 days ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

benpinpop/OAuthUtility
OAuth 1.0 header generation
Size: 73.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jonfriesen/otp
A Go implementation of RFC 4226 HOTP: An HMAC-Based One-Time Password Algorithm and RFC 6238: TOTP: Time-Based One-Time Password Algorithm
Language: Go - Size: 354 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 5

jshin313/ti-authenticator
2 Factor Authenticaton (2FA) using a TI-84+ CE graphing calculator and One-Time Passwords (OTP)!
Language: C - Size: 169 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 0

Egor-Skriptunoff/pure_lua_SHA
SHA1, SHA2, SHA3, BLAKE2 and BLAKE3 functions written in pure Lua and optimized for speed
Language: Lua - Size: 299 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 173 - Forks: 60

pushpadevl/sha_c
C implementation of Secure Hashing Algorithm-1.
Language: C - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

vyuh/hmac-sha1
HMAC-SHA1 generation fuctions
Language: C - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

kipiyal/MATLAB_TOTP
TOTP, HOTP, HMAC-SHA1 implemented by MATLAB with test vector
Language: MATLAB - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rlopzc/elm-hmac-sha1
Compute HMAC with SHA-1 hash function
Language: Elm - Size: 18.6 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 3

litaoh/hash
Cryptographic hashing functions for Dart
Language: Dart - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

firebase-php/firebase-hash 📦
Firebase Hash Utitlities used in Firebase Admin SDK for PHP
Language: PHP - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

BossaMuffin/Function_CryptoHash
[2022-10] Some functions to hash messages (md5, sha224, hmac)
Language: Python - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

UmamiAppearance/HMACObj
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, ...)
Language: JavaScript - Size: 259 KB - Last synced at: 9 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

pedroalbanese/hmac
HMAC Implementation written in Pure AutoIt3 and OpenSSL compliant (CLI+GUI)
Language: AutoIt - Size: 521 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

shuwang127/HMACSHA1
A Implementation of HMAC Encryption by using SHA-1 Hash Function
Language: Java - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

futuricon/E_Wallet
Simple Rest API
Language: C# - Size: 48.8 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Hamzaelkhatri/TOTP-Generator-Golang
Creation of TOTP token using Hmac algorithm for 2FA with GO language.
Language: Go - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

tjapit/C-projects
Collection of C projects
Language: C - Size: 1.72 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Sl0v3C/PyDecryptiPhonePC
Decrypt for iPhone Parental-Control password written by Python
Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

engineering-bjs/dnsmeapi
simplify dnsmadeeasy api calls -python api client
Language: Python - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

thesephist/send-tweet
Small Ink program to send tweets using the Twitter JSON API
Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

dteoh/Paw-ApiAuthDynamicValue
Paw extension to calculate the Authorization header value for the Ruby ApiAuth gem
Language: JavaScript - Size: 24.4 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0
