Download List

项目描述

The OATH Toolkit makes it easy to build one-time password authentication systems. It contains shared libraries, commandline tools, and a PAM module. Supported technologies include the event-based HOTP algorithm (RFC4226) and the time-based TOTP algorithm (RFC6238). OATH stands for Open AuTHentication, which is the organization which specifies the algorithms. For managing secret key files, the Portable Symmetric Key Container (PSKC) format described in RFC6030 is supported.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-31 07:36
2.0.2

现在在它的接受更自由 Base32 解码的键。如果在 usersfile 中的密码是"+",它忽略了提供的密码。此版本修复了一些在测试套件中使用的证书的到期日期。
Base32 decoding of keys is now more liberal in what it accepts.

If the password in usersfile is "+", it ignores the supplied password.

This release
fixes the expiry date of some certificates used in the test suite.

2012-10-25 09:46
2.0.1

签名和验证 XML 数字签名和 X.509 证书使用的 PSKC 数据现在支持的库和命令行工具。PSKC 数据根据 XML 架构验证的现已完成 (以前,XMLDsig + XMLEncryption 部件不正常工作)。--检查 pskctool 的参数已经更名为 — — 信息。

Signing and verifying PSKC data using XML Digital Signatures and X.509 certificates are now
supported by the library and commandline tool.

Validation of PSKC data according to the XML Schema is now complete
(previously, the XMLDsig+XMLEncryption parts did not work).

The --check parameter to pskctool has been renamed to --info.

2012-10-11 08:02
2.0.0

此版本支持在 RFC 6030 为关键资源调配处理指定的便携式对称密钥容器 (PSKC) 数据格式。有新的低级库 libpskc 用于管理应用程序开发人员的 PSKC 数据和新的命令行工具 pskctool 与 PSKC 数据为用户进行交互。
This release supports the Portable Symmetric Key Container (PSKC) data format specified in RFC 6030 for dealing with key provisioning. There is a new low-level library libpskc for managing PSKC data for application developers and a new commandline tool pskctool for interacting with PSKC data for users.

2012-09-07 00:17
1.12.6

Liboauth usersfile 现在是 fflush'ed 和 fsync'ed。内存泄漏被固定。Oathtool — — 计数器参数现在在 32 位平台上工作。
The liboauth usersfile is now fflush'ed and fsync'ed. A memory leak was fixed. The oathtool --counter parameter now works on 32-bit platforms.

2012-08-21 06:16
1.12.5

Oathtool — — 计数器参数现在支持较大的值。
The oathtool --counter parameter now supports larger values.

Project Resources