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)
commitdc590c26933bf086a9aa8cc7fbe01fa91af8b4c9
tree9b61be656f8465a589614097485fb4a1949533e9
parent5f3d1fff940bf4a001901b2721226aeede538c96
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]