BangleApps/apps/authentiwatch
Andrew Gregory 33dc4954c2
Update app.js
Precalculate overall token height.
Have Bangle1 list UI work more like a Pebble.
2022-02-19 17:20:09 +08:00
..
ChangeLog Update ChangeLog 2022-02-06 13:11:46 +08:00
README.md Update README.md 2022-02-06 13:31:28 +08:00
app-icon.js Colour icon 2021-12-01 23:23:44 +08:00
app.js Update app.js 2022-02-19 17:20:09 +08:00
app.png Colour icon 2021-12-01 23:26:45 +08:00
interface.html Update interface.html 2022-02-08 22:40:44 +08:00
metadata.json Update metadata.json 2022-02-06 13:12:10 +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

Important!

Tokens are stored ONLY on the watch. Make sure you do one or more of the following:

  • Make a backup copy of the "authentiwatch.json" file.
  • Export all your tokens to another device or print the QR code.

Keep those copies safe and secure.

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 token and migration(import) QR codes
    • Produce scannable token and migration(export) 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.

Screenshot

Creator

Andrew Gregory (andrew.gregory at gmail)