Download List

Descripción del Proyecto

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

Ahora es posible importar PSKC Algoritmo de perfiles que contiene la definición de los tokens TOTP y el algoritmo HOTP. Por lo tanto, crear un usuario y la atribución de un símbolo es más fácil. El archivo multiotp base de datos de formato plano se ha mejorado a la versión 3. Regular los atributos se escriben atributo = valor, y los atributos cifrados se escriben ahora encrypted_attribute: = encrypted_value. En el modo de depuración, la versión en línea de comandos devuelve ahora la información de texto después de que el código de salida.
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

Una mejora obedeció a la necesidad de utilizar un suplente PHP "compilador" para la línea de comandos de Windows. La documentación se ha mejorado. Una solución de menor importancia se hizo notar. La zona horaria se define si aún no está definido (por línea de comandos incrustada). Si un usuario no existe, el archivo sin formato relacionados no se crea después de un control.
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

Los "usuarios" y las carpetas "log" ahora se crean, si es necesario. Un problema en el "foreach" no estaba funcionando bien en el "compilado" de línea de comandos de Windows se haya fijado. También hubo un nuevo diseño con una clase, el apoyo mOTP, limpiado el código, y JURAMENTO / support 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