Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
baumschubser committed Oct 22, 2019
1 parent 777fb3b commit 5ef935e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Icon](icon/icon.png)

# Hotpants
## A HOTP one time password generator for feature phones
## 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.

Expand All @@ -13,11 +13,11 @@ A J2ME Java application to manage your two-factor authentication with your dumbp
Head over to [releases](/releases) and download the .jad or .jar file. Copy it to your phone (Bluetooth, USB…) and you should be ready to go.

## Usage
Just add HOTP providers. Since Hotpants can not scan QR codes (yet?), you have to type in the secret manually. Once this is done, you have HOTP codes forever!
Just add HOTP and TOTP providers. Since Hotpants can not scan QR codes (yet?), you have to type in the secret manually. Once this is done, you can simply read the temporary TOTP timepad password or the current HOTP password!
To generate the next HOTP password, just select the entry an click "New Pin".

## Todo
Maybe add QR scan?
TOTP would be another OTP to support. Since I do not need it at the moment, I won't put much work in it.

## Credit
[Evsinev](https://github.com/evsinev) built something that I could build on.

0 comments on commit 5ef935e

Please sign in to comment.