[packages] add google-authenticator
authorPeter Wagner <​tripolar@gmx.at>
Tue, 22 Oct 2013 00:55:46 +0000 (00:55 +0000)
committerPeter Wagner <​tripolar@gmx.at>
Tue, 22 Oct 2013 00:55:46 +0000 (00:55 +0000)
commit562bd44d8e1d5af7cb764000eaa3231a269f2940
tree2878a1fb7378a98c743ca581516370d14d405cd5
parentf03571a421f09250d1460456eb7d5637a4ffd520
[packages] add google-authenticator

The Google Authenticator project includes implementations of one-time
passcode generators for several mobile platforms, as well as a pluggable
authentication module (PAM). One-time passcodes are generated using open
standards developed by the Initiative for Open Authentication (OATH)
(which is unrelated to OAuth).

These implementations support the HMAC-Based One-time Password (HOTP)
algorithm specified in RFC 4226 and the Time-based One-time Password
(TOTP) algorithm specified in RFC 6238.

thanks DkSoul for the patch

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38492
libs/google-authenticator/Makefile [new file with mode: 0644]
libs/google-authenticator/patches/000-makefile-fix [new file with mode: 0644]