libdigest-hmac-perl 1.03+dfsg-ok1 source package in openKylin

Changelog

libdigest-hmac-perl (1.03+dfsg-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdigest-hmac-perl_1.03+dfsg.orig.tar.gz 2.9 KiB 332c60e54f28da8205072df761e0e8fcc148962988729fc10b01422093ffcbd9
libdigest-hmac-perl_1.03+dfsg-ok1.debian.tar.xz 1.6 KiB 29e3d572aead5ac87dd9dda97c6512c407210c9507255776359b18ee1c4fddd8
libdigest-hmac-perl_1.03+dfsg-ok1.dsc 1.9 KiB e4c6f63efd7860bd34970389f76594c2ffa0f10656dd8465f47a53de01d649e8

View changes file

Binary packages built by this source

libdigest-hmac-perl: module for creating 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.