2011-11-23 15:37:15 +01:00
|
|
|
The OATH Toolkit contains a shared library, command line tool
|
|
|
|
and a PAM module that makes it possible to build one-time
|
|
|
|
password authentication systems. Supported technologies include
|
|
|
|
the event-based HOTP algorithm and the time-based TOTP algorithm.
|
|
|
|
OATH is the Open AuTHentication organization which specify
|
|
|
|
the algorithms.
|
|
|
|
|
|
|
|
The components included in the package is:
|
|
|
|
|
|
|
|
- liboath: A shared and static C library for OATH handling.
|
|
|
|
- oathtool: A command line tool for generating and validating OTPs.
|
|
|
|
- pam_oath: A PAM module for pluggable login authentication for OATH.
|
|
|
|
|
2014-07-07 11:08:49 +02:00
|
|
|
WWW: http://www.nongnu.org/oath-toolkit/
|