libdigest-hmac-perl 1.04-ok1 source package in openKylin

Changelog

libdigest-hmac-perl (1.04-ok1) yangtze; urgency=medium

  *  Build for openkylin.

 -- denghao <email address hidden>  Fri, 09 Sep 2022 10:49:47 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
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
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdigest-hmac-perl_1.04.orig.tar.gz 13.9 KiB d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4
libdigest-hmac-perl_1.04-ok1.debian.tar.xz 7.6 KiB 90437011f9c5638b2b0124ca87a4a3ae117d8df3e10868022b51aa8cfa0295cd
libdigest-hmac-perl_1.04-ok1.dsc 1.8 KiB 3e0000fa1ca595a9c61107e6e87f3cf881d80f0a96556e67034c94678d7bf890

Available diffs

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.