These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

EVE Two-Factor Authentication Dongle running on Arduino

Author
Magnus Saluton
Lords of Entropy
#1 - 2015-05-14 21:53:41 UTC
Hi Folks,

I tried a bit and here is my Arduino-Implementation of a Two-Factor-Authentication-Dongle.

With this, I am able to have the 2-Factor-Auth enabled, but do not need to have my mobile phone always on my desk.

It is working for up to 3 accounts, you need an arduino, a DS3231-RTC and a 20x4-LCD-Display.

1. Set the correct time on the RTC with the DS3231_UnixTimeStamp-project.
2. Get your base32-secret from the account management page and convert it into hex-base (using e.g. http://tomeko.net/online_tools/base32.php?lang=en)
3. Insert the hex-based secret into the arduino-project
4. Upload the project
5. Enjoy :-)

Greets,
Magnus

Download: http://download.lords-of-entropy.de/arduino_eve_token.zip