BangleApps/apps/authentiwatch/README.md

27 lines
763 B
Markdown
Raw Normal View History

2021-11-13 05:16:30 +00:00
# Authentiwatch - 2FA Authenticator
2021-11-19 12:32:57 +00:00
## Supports
2021-11-13 05:16:30 +00:00
2021-11-13 09:56:02 +00:00
* 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
2021-11-13 05:16:30 +00:00
* Phone/PC configuration web page:
2021-11-13 05:27:55 +00:00
* Add/edit/delete/arrange tokens
* Scan QR codes
* Produce scannable QR codes
2021-11-13 05:16:30 +00:00
## Usage
2021-11-19 12:32:57 +00:00
* 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.
2021-11-13 05:16:30 +00:00
## Creator
2021-11-19 12:32:57 +00:00
Andrew Gregory (andrew.gregory at gmail)