BangleApps/apps/authentiwatch
Andrew Gregory 6d267ead7d
Create ChangeLog
2021-11-19 21:02:58 +08:00
..
ChangeLog Create ChangeLog 2021-11-19 21:02:58 +08:00
README.md Update README.md 2021-11-19 20:32:57 +08:00
app-icon.js Create app-icon.js 2021-10-29 21:41:01 +08:00
app.js Change Bangle1 BTN2 to show launcher. 2021-11-13 21:50:44 +08:00
app.png Add files via upload 2021-10-29 21:56:16 +08:00
interface.html Add support for all digit counts between 6 and 10. 2021-11-19 20:30:38 +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 (andrew.gregory at gmail)