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.

gem install ruby-hmac
INSTALL
IMPORT
SIG · RUBY-HMAC
R
ruby-hmac
cryptorubyv0.4.0
harness data pending
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.

HMAC
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 issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
ruby-hmac — gem install ruby-hmac · libregistry