libauthen-oath-perl 2.0.1-1 source package in Ubuntu

Changelog

libauthen-oath-perl (2.0.1-1) unstable; urgency=medium

  * Team upload

  * New upstream version 2.0.1
  * bump years of upstream copyright
  * add libtest-needs-perl to build-dependencies
  * declare conformance with Policy 4.1.1

 -- Damyan Ivanov <email address hidden>  Mon, 23 Oct 2017 14:04:29 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libauthen-oath-perl_2.0.1-1.dsc 2.2 KiB c6093154512cd6274a7f02a563d4a78aa2bfa8015d6cd9c29b8bab28f0b8be2f
libauthen-oath-perl_2.0.1.orig.tar.gz 13.0 KiB 1a813dbdc05c3fbd9dd39dbcfd85e2cfb0ba3d0f652cf6b26ec83ab8146ddc77
libauthen-oath-perl_2.0.1-1.debian.tar.xz 2.3 KiB 26d1104fc3f78be593c96e5abed796d61ff997d4f70b0b9a2aabad1380bba82f

Available diffs

No changes file available.

Binary packages built by this source

libauthen-oath-perl: Perl module for OATH One Time Passwords

 Authen::OATH is an implementation of the HOTP and TOTP One Time Password
 algorithms as defined by OATH (http://www.openauthentication.org).
 .
 All necessary parameters are set by default, though these can be overridden.
 Both totp() and htop() have passed all of the test vectors defined in the RFC
 documents for TOTP and HOTP.
 .
 totp() and hotp() both default to returning 6 digits and using SHA. As such,
 both can be called by passing only the secret key and a valid OTP will be
 returned.