OTP Authenticator

Widget

OTP Authenticator

開発者 SebastianNagel · v2.8.0

評価

4.6

レビュー

104

ダウンロード

1,000

価格

無料

Connect IQストアで見る

説明

レビューによる人気度で、Google AuthenticatorやAuthyなどに似た第二要素認証(2FA)用のOne-Time Password Widgetとして最も評価が高いです。 秘密鍵は直接入力することができ、Garminのアプリケーションストレージを利用して暗号化されて保存されます。このため、秘密鍵はデバイスから決して外部に漏れることなく、非常に安全な第二要素認証を実現できます! レビューを通じてフィードバックをいただけると幸いです。もしこのアプリが気に入ったら、コーヒー代をお支払いいただけると嬉しいです:https://ko-fi.com/ch1bo ## 主な機能 * すべてのOne-Time Passwordの即時プレビュー * スタンドアロンでオフラインでも使用可能で、専用のスマートフォンアプリは不要 * 秘密鍵は暗号化され保存され、バックアップや復元も可能 * デバイス上で直接名前と秘密鍵を入力できる * 設定からエントリーのインポート/エクスポートや新規追加が可能 * アクションメニューからプロバイダー名、秘密鍵、タイプを編集できる * サポートされているタイプ: - SHA1アルゴリズムを使用した30秒間隔のTOTP(Time-Based One-Time Password) - SHA1アルゴリズムを使用した6桁コードのHOTP(Counter-Based One-Time Password) - Steam Guardに対応したOne-Time Password * 150種類以上のGarminデバイスに対応している(タッチ型、ボタン型、丸型、四角型など) * 50件以上のエントリーを保存できる(デバイスのメモリ容量により制限あり) ## 使用方法 1. デバイスにWidgetを追加し、アクセスする 2. 「設定」 → 「新規プロバイダー」から開始する 3. 最初のプロバイダーエントリーに名前を付ける 4. 最初のプロバイダーの秘密鍵を入力する - この手順は使用するサービスによって異なりますが、通常はQRコードが提供されます。 - QRコードがある場合は「手動入力」を利用して秘密鍵を取得できます。 - またはQRコードリーダーアプリを使ってQRコードを解読することもできます。 - 秘密鍵の例:`32QXEKZZXO2ZVJJDWU2KTTDUZ52Q4USN` 5. プロバイダータイプを選択する。通常はTOTPコードになります。 ## バックアップ/復元 秘密鍵はデバイス上のGarminアプリケーションストレージで暗号化されて保存されます。以前はWidgetを新しいバージョンにアップデートするとアプリケーションストレージのデータが失われていましたが、CIQ 3.0.0以降は問題なくデータが保持されるようになりました。ただし、アプリを削除したり再インストールしたりすると入力したデータはすべて消去されます。 Garminデバイスを交換する際などにデータを簡単に移行できるように、エクスポート/インポート機能が用意されています! ### キーのエクスポート 暗号化されたアプリケーションストレージからキーをエクスポートするには、「OTP Authenticator」Widgetのメニューから「エクスポート」を選択します。これにより、すべてのプロバイダーエントリーが**次回起動時まで**アプリケーションの設定情報にコピーされます。エクスポートしたデータはWidgetの設定画面から確認できます。 **重要**:エクスポート後、設定画面では秘密鍵が暗号化されていない状態で表示されるため、安全な場所にバックアップを保存してください。また、このデータがGarminのサーバーに漏洩する可能性もあるため注意が必要です。 ### キーのインポート 上記と同じ手順で、以前にエクスポートしたキーデータをWidgetの設定画面から再びインポートすることができます。Widgetを起動するたびに、保存されているすべてのデータが読み込まれ、設定情報も更新されます。 ## オープンソース 詳細や予定されている機能、GitHubでの貢献方法については以下をご覧ください:https://github.com/ch1bo/garmin-otp-authenticator/

新機能

## 2.8.0 - 2025-09-17 - Add suport for Fenix 8 Pro. - Add suport for Venu 4 41mm and 45mm. ## 2.7.0 - 2025-06-24 - Add support for Venu X1. - Add support for Forerunner 970 and 570. - Add a warning toast when max key length reached. ## 2.6.0 - 2025-04-20 - Add support for Vivoactive 6 watches. ## 2.5.0 - 2025-03-07 - Add support for Instinct 3 and Instinct E watches. - Add support for Descent Mk3 and Fenix E watches. - Build with SDK 8.1 (broader device support) ## 2.4.0 - 2025-02-09 - Change navigation to avoid menu on first view (which creates problems on some devices). ## 2.3.2 - 2025-01-10 - Compile with more optimization to reduce memory footprint of code slightly. - Do less serialization in provider list menu selection for smaller memory usage. - More defensive access on settings to avoid type errors. ## 2.3.1 - 2025-01-06 - Add a max entries setting to workaround too many entries and out of memory errors. ## 2.3.0 - 2025-01-06 - Fix out of memory errors of glance view by only deserializing current provider. - Don't split keys in provider menu splitting when using legacy text input. - Detect duplicates by provider name on import. - Add support for Forerunner 265 and 265s. ## 2.2.0 - 2024-12-28 - Support OTP keys with 32+ character length (e.g. Amazon which uses 64): - The new / edit provider menu now adds "Key" menu items when hitting maximum text input length (31 characters). - All key entry fields are combined into the full key on confirming with "Done". - Allow spaces in key text pickers for a way to exit the native text picker. - Add support for Enduro, Enduro 3 and Forerunner 165 (+ Music) devices. ## 2.1.0 - 2024-12-19 - Fix out of memory errors on Forerunner 245 / 935 and Instinct 2 devices by disabling provider list icons. - Add support for Instinct Crossover. ## 2.0.0 - 2024-12-17 - New UX flow including full list of providers with otp codes. - Native text picker, menus and action menus where available. - Edit OTP providers via action menu. - New setting to keep using the legacy text input method. - **BREAKING** Dropped support of old devices (CIQ 2.x): - Vivoactive HR - Forerunner 735xt - Add support for Venu Sq 2. ## 1.8.0 - 2024-09-05 - Add support for Fenix 8 (all variants). - Add support for Forerunner 965. - Add support for Vivoactive 5. - Add support for Marq Gen 2. - Fix background of glance view to be transparent. ## 1.7.0 - 2023-09-24 - Add support for Venu 3 and 3s. - Add support for Fenix 7 Pro, 7s Pro and 7x Pro. - Add support for Forerunner 255, 255s and music variants. - Add support for Approach S70 42mm and 47mm. - Add support for Epix Pro (Gen 2) 42, 47 and 51mm. - Increase code font size on old and small devices. - Fix confirm prompt overlapping on text input menu. - Gradually typed implementation to resolve compiler warnings. - Use 80x80 base icon image. Device builds will scale down. ## 1.6.0 - 2023-07-21 - Added » into the alphabet to confirm TextInput. - Add support for Forerunner 955 - Add support for Instinct 2, 2x and 2s. - Use the subscreen to show progress when available. ## 1.5.0 - 2022-05-14 - Add support for Descent Mk2 and Epix 2 watches. ## 1.4.0 - 2022-03-06 - Add support for Venu 2 Plus Fenix 7, 7S and 7X watches. - Add settings to configure refresh rate of main view and glance view. ## 1.3.0 - 2022-01-06 - Add support for Forerunner 55, drawing the code with a smaller font. - Add support for Forerunner 735xt, 745 and MARQ devices. --- Full changelog on Github: https://github.com/ch1bo/garmin-otp-authenticator/blob/master/CHANGELOG.md

レビュー

レビュー記事は近日公開予定です。

対応デバイス (173)

vívoactive® 3Instinct® 2Instinct® 2XInstinct® 2Instinct® CrossoverInstinct® E – 40 mmInstinct® E – 45 mmInstinct® 3 – 45 mm, AMOLEDInstinct® 3 – 45 mm, SolarInstinct® 3 – 50 mm, SolarInstinct® 3 – 50 mm, AMOLEDfēnix® 5Sfēnix® 5fēnix® 5XInstinct® 2SInstinct® 2Svívoactive® 3 Musicvívoactive® 3 Musicvívoactive® 3 MusicDescent™ MK2+153 もっと

権限

BluetoothLowEnergy

類似

Related items