barada-pam 0.5-3.3 source package in Ubuntu

Changelog

barada-pam (0.5-3.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Install aliased files into /usr (DEP17 M2)
  * Install PAM module into multiarch path.

 -- Chris Hofstaedtler <email address hidden>  Tue, 09 Jan 2024 19:54:45 +0100

Upload details

Uploaded by:
Andrew Pollock
Uploaded to:
Sid
Original maintainer:
Andrew Pollock
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
barada-pam_0.5-3.3.dsc 1.8 KiB 4adb4d6057cbc770c33a2eaac92c9c5615cfa33b98d5c258d4cdcce56b4e10bd
barada-pam_0.5.orig.tar.gz 113.0 KiB e7849ddc063eb875f5c802715014c97444f74a6c55a7383bc523326244deb408
barada-pam_0.5-3.3.debian.tar.xz 4.8 KiB e42210731869009b13790156c3cf278111810944448df74d8a1ac38dbdca0f32

No changes file available.

Binary packages built by this source

libpam-barada: PAM module to provide two-factor authentication based on HOTP

 Use HOTP (RFC4226) two-factor authentication with PAM.
 .
 In addition to a normal password, users are also assigned a 128 bit key and
 arbitrary-length PIN number. Every time you'd like to login using a OTP, you
 calculate a secure hash based on your assigned PIN and an increasing counter,
 the result of which is a six character one time password.
 .
 While this module could be used in conjunction with many different
 client devices, it was written specifically with Android devices in
 mind. There is companion software which runs on Android, so that your
 phone essentially becomes a SecureID token. All you need to do is
 open up the software, type in your PIN, and you get back a 6-character
 number that you can use to login to your system.

libpam-barada-dbgsym: debug symbols for libpam-barada