https://github.com/simonseo/garmin-otp-generator
Simple OTP Generator for Garmin watches in Monkey C
https://github.com/simonseo/garmin-otp-generator
garmin-watch otp
Last synced: 3 months ago
JSON representation
Simple OTP Generator for Garmin watches in Monkey C
- Host: GitHub
- URL: https://github.com/simonseo/garmin-otp-generator
- Owner: simonseo
- Created: 2018-04-05T10:25:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T07:16:13.000Z (about 7 years ago)
- Last Synced: 2024-10-13T19:17:47.907Z (7 months ago)
- Topics: garmin-watch, otp
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-garmin - garmin-otp-generator
- awesome-garmin - garmin-otp-generator
README
# Garmin Watch OTP Generator widget
Simple OTP Generator widget for Garmin watchesUser should be able to
1. Download the app from Garmin Express
1. Input their secret code & current counter through Garmin Connect/App itself
1. Use Garmin watch thereafter to generate OTPs
1. Choose one of multiple accounts (able to generate OTPs for multiple several occasions)
1. Developers should find it easy to port the same functionalities by changing a few resourcesUse case: Generate OTP
1. Scroll through widget until otpGen widget shows up
1. Enter the widget
1. Scroll through list of accounts for which to generate OTP
1. Select account
1. New and unique OTP shows up
1. Exit widgetUse case: Add account on widget
1. Scroll through widget until otpGen widget shows up
1. Enter the widget
1. Scroll to top/bottom of list of accounts to find the "Add Account" option
1. Type in secret key and counter (This must be painful. Should be able to do the same on a computer/ConnectIQ program)TODO:
- [ ] Learn Monkey C syntax
- [ ] Create HMAC library / Find Crypto Monkey Barrel
- [ ] Make data stucture/DB to save secret keys and counter that can safely store keys (only able to write, never read)
- [ ] See if there is a HSM (hardware security module) on a Garmin watch
- [ ] Make identifiable logo for widget face[Garmin Developer Reference](https://developer.garmin.com/connect-iq/programmers-guide/getting-started/)