Download List

프로젝트 설명

Nowadays, a simple password is not enough anymore!
Multi-OTP is an OATH-certified PHP class, a Web interface, and a powerful command line tool that can be used to authenticate and manage OTP user tokens for strong two-factor authentication. It can create, update, and delete tokens to authenticate users with one time passwords (OTP). The users' data are stored in files. The class can also check the user token using several algorithms: Mobile OTP (MOTP), OATH/HOTP (RFC 4226), and OATH/TOTP HOTP Time Based (RFC 4226 extension). It works with compatible software tokens (iPhone, Android, PalmOS, Nokia, and other Java J2ME capable phones) and hardware tokens (such as Feitian, ZyXEL, Authenex, or Seamoon). The multiotp command line utility is also provided, both in "compiled" form (for Windows) and in source code (for Linux or educational purpose). The multiotp command line can be combined with FreeRADIUS (under Linux) or the free TekRADIUS LT (under Windows) in order to have a powerful radius strong authentication server.

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.

2010-09-03 08:31
3.0.0

이제는 PSKC 알고리즘 프로필 TOTP과 HOTP 알고리즘에 대한 토큰 정의를 포함 가져올 수 있습니다. 따라서, 사용자를 생성하고 토큰을 할당 쉽습니다. multiotp 데이터베이스 형식의 플랫 파일은 버전 3으로 향상되었습니다. 정기적인 속성은 속성 = 값을 작성됩니다 암호화된 속성이 지금 encrypted_attribute 서면 위치 : = encrypted_value. 디버그 모드에서, 명령줄 버전은 이제 종료 코드 뒤에 텍스트 정보를 반환합니다.
Tags: Major
Now it is possible to import PSKC Algorithm Profiles containing tokens definition for TOTP and HOTP algorithm. Thus, creating a user and attributing a token is easier. The multiotp-database-format flat file has been enhanced to version 3. Regular attributes are written attribute=value, and encrypted attributes are now written encrypted_attribute:=encrypted_value. In debug mode, the command line version now returns text information after the exit code.

2010-08-22 03:13
2.0.4

향상 위해서는 윈도우 커맨드 라인에 대한 대체 PHP는 "컴파일러"를 사용하기 위해 만들어졌습니다. 설명서가 향상되었습니다. 사소한 공지 사항 수정 프로그램이 만들어졌다. 그것은 아직 정의되지 않은 경우 시간대가 (임베디드 커맨드 라인)를 말합니다. 사용자가 존재하지 않는 경우, 관련된 플랫 파일은 확인 후 만들어지지 않습니다.
Tags: Minor
An enhancement was made in order to use an alternate PHP "compiler" for the Windows command line. The documentation was enhanced. A minor notice fix was made. The timezone is defined if it is not already defined (for embedded command line). If a user doesn't exist, the related flat file is not created after a check.

2010-08-12 18:15
2.0.2

필요한 경우 "사용자"와 "로그"폴더가 지금 만들어집니다. 문제는 어디에 "foreach는"수정되었습니다 "컴파일"윈도우 명령줄에서 잘 작동되지 않았습니다. 클래스를, mOTP 지원을 사용하여 새 디자인도 있었는데 코드를 청소하고 맹세 / TOTP 지원.
Tags: Major
The "users" and "log" folders are now created if needed. A problem where "foreach" was not working well in the "compiled" Windows command line was fixed. There was also a new design using a class, mOTP support, cleaned up code, and OATH/TOTP support.

Project Resources