1
0
Fork 0
BangleApps/apps/authentiwatch
Andrew Gregory d9733ebd57
Fix empty tokens handling
2021-11-13 19:06:37 +08:00
..
README.md Update README.md 2021-11-13 17:56:02 +08:00
app-icon.js Create app-icon.js 2021-10-29 21:41:01 +08:00
app.js Fix empty tokens handling 2021-11-13 19:06:37 +08:00
app.png Add files via upload 2021-10-29 21:56:16 +08:00
interface.html Add HOTP support 2021-11-13 00:59:34 +08:00
qr_packed.js Create qr_packed.js 2021-10-31 22:17:27 +08:00
screenshot.png Add files via upload 2021-11-10 22:40:33 +08:00

README.md

Authentiwatch - 2FA Authenticator

Supports:

  • Google Authenticator compatible 2-factor authentication
  • Hash calculations:
    • Bangle 1: SHA1 only (same as Google Authenticator)
    • Bangle 2: All (SHA1, SHA256, SHA512)
  • Timed (TOTP) and Counter (HOTP) modes
  • Custom periods
  • Between 6 and 10 digits
  • Phone/PC configuration web page:
    • Add/edit/delete/arrange tokens
    • Scan QR codes
    • Produce scannable QR codes

Usage

Use the Phone/PC web page interface to manage the tokens stored on the watch.

Tokens are stored ONLY on the watch.

Swipe right to exit to the app launcher.

Swipe left on selected counter token to advance the counter to the next value.

Creator

Andrew Gregory