File: control

package info (click to toggle)
libdigest-hmac-perl 1.01-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 84 kB
  • ctags: 22
  • sloc: perl: 96; makefile: 51
file content (22 lines) | stat: -rw-r--r-- 844 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libdigest-hmac-perl
Maintainer: Michael Alan Dorman <mdorman@debian.org>
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17), libdigest-md5-perl, libdigest-sha1-perl
Standards-Version: 3.1.0

Package: libdigest-hmac-perl
Section: interpreters
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libdigest-md5-perl, libdigest-sha1-perl
Description: create standard message integrity checks
 HMAC is used for message integrity checks between two parties that
 share a secret key, and works in combination with some other Digest
 algorithm, usually MD5 or SHA-1.  The HMAC mechanism is described in
 RFC 2104.
 .
 The Digest::HMAC module follow the common Digest:: interface, but the
 constructor takes the secret key and the name of some other simple
 Digest:: module as argument.