christianriesen-otp 1.4.3-2 source package in Ubuntu
Changelog
christianriesen-otp (1.4.3-2) unstable; urgency=medium * No changes. source-only upload for migration to bookworm. -- Joseph Nahmias <email address hidden> Sun, 12 Jun 2022 19:36:24 -0400
Upload details
- Uploaded by:
- Debian PHP PEAR Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian PHP PEAR Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
christianriesen-otp_1.4.3-2.dsc | 2.2 KiB | e15c6a747180abcb5c199ad6d67243988d8460bde5937bd69951dfbac0629342 |
christianriesen-otp_1.4.3.orig.tar.gz | 9.5 KiB | 5eb4e8d53a139bc540750d6f833a72c9b780ddf77aaedacf1ae82c18df4c1f7c |
christianriesen-otp_1.4.3-2.debian.tar.xz | 4.2 KiB | 52a22b602e4618b19f299f7c572f8b1775980ab8cb1ccb4ad1e2b70749641989 |
Available diffs
- diff from 1.4.3-1 to 1.4.3-2 (324 bytes)
No changes file available.
Binary packages built by this source
- php-christianriesen-otp: PHP library to check HOTP and TOTP one time passwords
Implements hotp according to RFC4226 and totp according to RFC6238 (only
sha1 algorithm). Once you have a secret, you can use it directly in this
class to create the passwords themselves (mainly for debugging use) or use
the check functions to safely check the validity of the keys. The checkTotp
function also includes a helper to battle timedrift.
.
Also includes a static GoogleAuthenticator function class to generate a
correct url for the QR code, so you can easy scan it with your device.
Google Authenticator is available as application for iPhone and Android.
This removes the burden to create such an app from the developers of
websites by using this set of classes.