Authentification forte

TwitterFacebook
Get flash to fully experience Pearltrees

authenticator - Project Hosting on Google Code

The Google Authenticator project includes implementations of one-time passcode generators for several mobile platforms, as well as a pluggable authentication module (PAM). One-time passcodes are generated using open standards developed by the Initiative for Open Authentication (OATH) (which is unrelated to OAuth ). These implementations support the HMAC-Based One-time Password (HOTP) algorithm specified in RFC 4226 and the Time-based One-time Password (TOTP) algorithm currently in draft . http://code.google.com/p/google-authenticator/

Mobile-OTP: Strong Two-Factor Authentication with Mobile Phones

You can also compile the java MIDlet yourself. Here is the source: MobileOTP.java . You will also need the MD5 implementation in java by Santeri Paavolainen MD5.java . This section describes the installation and configuration of the MIDlet and the server. Installation of the MIDlet is straight forward. http://motp.sourceforge.net/#7