Registry / crypto / ruby-hmac

ruby-hmac

JSON →
library0.4.0rbrubygemsunverified

Provides a common interface to HMAC functionality for message authentication codes as documented in RFC2104.

crypto
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

require 'hmac'

Compute an HMAC-SHA1 digest.

require 'hmac' require 'hmac-sha1' hmac = HMAC::SHA1.new('secret_key') hmac.update('message') puts hmac.hexdigest
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
Resources