baumschubser / hotpants

HOTP/TOTP one time passwords on java phones (J2ME)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

Hotpants

A HOTP/TOTP one time password generator for feature phones

A J2ME Java application to manage your two-factor authentication with your dumbphone on the go.

Screenshots

Scan QR Code Screenshot 1 Screenshot 2

Installation

Download the .jar file of the latest release and copy it to your phone (Bluetooth, USB…) and you should be ready to go.

Usage

You can import both TOTP (time-based one time passwords) and HOTP (counter based one time passwords). You can scan the QR code or enter the details manually.

When using TOTP, make sure the date and time of your phone are exactly correct, otherwise the codes will not work. You can shift the time by a couple of seconds in the menu item "Time Configuration".

When using HOTP, just select the entry an click "New Pin" to generate the next code.

Credits

OTP PIN calculation from Evsinev. QR Code Scanner from OnlineCity. Thank you @lionkmp for testing!

About

HOTP/TOTP one time passwords on java phones (J2ME)

License:GNU General Public License v2.0


Languages

Language:Java 100.0%