Télécharger la liste

Description du projet

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.

Système requise

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

Maintenant, il est possible d'importer PSKC Algorithme profils contenant la définition des jetons pour TOTP et l'algorithme HOTP. Ainsi, la création d'un utilisateur et l'attribution d'un jeton est plus facile. Le dossier de la base de données multiotp-format à plat a été amélioré pour la version 3. attributs ordinaires sont écrites attribut = valeur, et les attributs cryptés sont maintenant écrites encrypted_attribute: = encrypted_value. En mode débogage, la version en ligne de commande renvoie maintenant des informations texte après le code de sortie.
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

Une amélioration a été faite dans le but d'utiliser un autre PHP "compilateur" pour la ligne de commande Windows. La documentation a été améliorée. Un correctif avis mineure a été faite. Le fuseau horaire est défini si elle n'est pas déjà défini (par ligne de commande intégré). Si un utilisateur n'existe pas, le fichier correspondant à plat n'est pas créé après un contrôle.
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

Les "utilisateurs" et "log" dossiers sont maintenant créées si nécessaire. Un problème où les "foreach" ne fonctionnait pas bien dans le "compilé" ligne de commande Windows a été fixé. Il y avait aussi un nouveau design en utilisant une classe, le soutien PIMM, nettoyage du code, et SERMENT / 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