Skip to content
Bernd edited this page Jan 30, 2014 · 25 revisions

Welcome to the et-otp wiki!

Download

Release 1.2

Compatibility

The software is tested to work with Amazon, GitHub, Google, Dropbox MFA als well as TeamViewer and Microsoft.

  • [Setting up Google 2-step verification](wiki/Setting up Google 2-step verification)
  • [Setting up Amazon MFA](wiki/Setting up Amazon MFA)
  • [Setting up Dropbox MFA](wiki/Setting up Dropbox MFA)
  • [Setting up Microsoft 2-Step verification](wiki/Setting up Microsoft 2-Step verification)

RFCs

Screenshots

Main Screen

More

  • [Frequently Asked Questions (FAQ)](wiki/Frequently Asked Questions)

Changes

Release 1.2

User Visible

  • Better Focus handling, when window pops up, password can be typed immediately
  • About Dialog lists Amazon, Dropbox, Google, GitHub and Microsoft as officially tested

Internal

  • Mavenized build
  • support for Travis-CI build system: et-otp
  • Include VersionEye dependency tracking: net.eckenfels.etotp
  • Additional unit tests (JUnit 4.11)
  • Use maven release plugin.

Release 1.0

User Visible

  • First stable version

Release 0.5

User Visible

  • Allow Enter in password field
  • Less diagnostic logging

Building

In order to build your own version of the et-otp JAR file use maven 3. The compile works with JDK6,7 and 8ea.

> set JAVA_HOME=C:\Program Files\Java\jdk1.7.0
> mvn package

You will find the resulting JAR file in target\et-otp-1.3-SNAPSHOT.jar.