-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Bernd edited this page Jan 30, 2014
·
25 revisions
- Homepage: http://ecki.github.io/et-otp/
- OSS Statistics by Ohloh: https://www.ohloh.net/p/et-otp
- Integration Building by Travis-CI: https://travis-ci.org/ecki/et-otp
- https://github.com/ecki/et-otp/raw/gh-pages/et-otp-1.2.jar (binary)
- https://github.com/ecki/et-otp/releases/tag/REL_1.2 (source)
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)
- http://tools.ietf.org/html/rfc6238 - TOTP: Time-Based One-Time Password Algorithm (2011)
- http://tools.ietf.org/html/rfc4226 - HOTP: An HMAC-Based One-Time Password Algorithm (2005)
- http://tools.ietf.org/html/rfc4648 - BASE32 data encoding (2006)
- [Frequently Asked Questions (FAQ)](wiki/Frequently Asked Questions)
- Better Focus handling, when window pops up, password can be typed immediately
- About Dialog lists Amazon, Dropbox, Google, GitHub and Microsoft as officially tested
- 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.
- First stable version
- Allow Enter in password field
- Less diagnostic logging
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
.