Package: wnpp Severity: wishlist Owner: Joseph Nahmias <j...@nahmias.net> X-Debbugs-Cc: debian-devel@lists.debian.org, j...@nahmias.net, chris.rie...@gmail.com, pkg-php-p...@lists.alioth.debian.org
* Package name : christianriesen-otp Version : 1.4.3 Upstream Author : Christian Riesen <chris.rie...@gmail.com> * URL : https://github.com/ChristianRiesen/otp * License : MIT Programming Lang: PHP Description : 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. Dependency of KanBoard. Will be maintained within PHP Team.