Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baumschubser/hotpants
HOTP/TOTP one time passwords on java phones (J2ME)
https://github.com/baumschubser/hotpants
hotp hotp-generator j2me j2me-platform java-me one-time-pad otp otp-generator totp totp-generator
Last synced: 3 months ago
JSON representation
HOTP/TOTP one time passwords on java phones (J2ME)
- Host: GitHub
- URL: https://github.com/baumschubser/hotpants
- Owner: baumschubser
- License: gpl-2.0
- Created: 2019-10-10T20:55:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T10:25:45.000Z (8 months ago)
- Last Synced: 2024-07-28T13:19:11.020Z (3 months ago)
- Topics: hotp, hotp-generator, j2me, j2me-platform, java-me, one-time-pad, otp, otp-generator, totp, totp-generator
- Language: Java
- Homepage:
- Size: 1.96 MB
- Stars: 40
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-j2me - Hotpants - HOTP/TOTP client. (Native Software / Apps)
README
![Icon](icon/icon_small.png)
# Hotpants
## A HOTP/TOTP one time password generator for feature phonesA J2ME Java application to manage your two-factor authentication with your dumbphone on the go.
## Screenshots
![Scan QR Code](screenshots/qr_scan_demo.gif)
![Screenshot 1](screenshots/screenshot1.jpg)
![Screenshot 2](screenshots/screenshot2.jpg)## Installation
[Download the .jar file of the latest release](/releases) 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](https://github.com/evsinev/j2me-hotp).
QR Code Scanner from [OnlineCity](https://github.com/onlinecity/oc-qrreader).
Thank you @lionkmp for testing!