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 Requirements

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 데이터 라이브러리 및 명령행 도구에 의해 지원 됩니다.

XML 스키마에 따라 PSKC 데이터의 유효성 검사 완료 됩니다 (이전에, 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) 데이터 형식을 지원 합니다. 응용 프로그램 개발자를 위한 PSKC 데이터와 사용자에 대 한 PSKC 데이터 상호 작용을 위한 새 명령줄 도구 pskctool를 관리 하기 위한 새로운 저수준 라이브러리 libpskc가 있다.
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

Fflush'ed 및 fsync'ed liboauth usersfile 지금 이다입니다. 메모리 누수가 해결 되었습니다. 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