A Ruby library which implements the HMAC algorithm Maintained by:ruby@FreeBSD.org Port Added: 06 Aug 2012 02:59:51 Also Listed In:ruby License: not specified in port
ruby-hmac: HMAC for Ruby
This module provides a common interface to HMAC functionality. HMAC
is a kind of "Message Authentication Code" (MAC) algorithm which
standard is documented in RFC2104. Namely, a MAC provides a way to
check the integrity of information transmitted over or stored in an
unreliable medium, based on a secret key.
Author: Daiki Ueno <ueno@unixuser.org>
WWW: http://deisui.org/~ueno/ruby/hmac.html
Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics.
While here trim header
Approved by: miwi, adrian, tj
No objection from: db, bjk, cperciva, scheidell, osa