Open Two-Factor Authenticator
An open-source two-factor Time-based One-Time Password (TOTP) authenticator with SHA-256 secure storage
Open Two-Factor Authenticator là gì?
Open Two-Factor Authenticator là một tiện ích mở rộng Chrome được phát triển bởi https://add0n.com, và tính năng chính của nó là "An open-source two-factor Time-based One-Time Password (TOTP) authenticator with SHA-256 secure storage".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Open Two-Factor Authenticator
Tải xuống các tệp mở rộng Open Two-Factor Authenticator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Open Two-Factor Authenticator aims to provide an open-source two-factor authentication to browsers and Android devices with synced storage. By using this extension, you can have your encrypted keys stored in the browser's synced storage. This allows you to sync them across multiple devices. This extension uses the public key/private key method to encrypt stored data (SHA-256). Currently, Open Two-Factor Authenticator supports Firefox on Desktop, Firefox on Android, Chrome, Edge, and Opera browsers. Standalone Android implantation is still in progress. Features: 1. Stores secrets securely using AES-CBC encryption. 2. Does not store passwords 3. Does not have any server-side activities whatsoever 4. Uses synced storage, so secrets are securely shared between multiple devices. 5. Supports custom number of digits and custom validation period
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open Two-Factor Authenticator |
ID | dckgbiealcgdhgjofgcignfngijpbgba |
URL Chính Thức | https://chromewebstore.google.com/detail/open-two-factor-authentic/dckgbiealcgdhgjofgcignfngijpbgba |
Mô tả | An open-source two-factor Time-based One-Time Password (TOTP) authenticator with SHA-256 secure storage |
Kích Thước Tệp | 259 KB |
Số Lần Cài Đặt | 15,047 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2023-08-22 |
Ngày Phát Hành | 2019-09-12 |
Đánh Giá | 3.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://add0n.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webextension.org/listing/two-factor-authenticator.html |
URL Trang Trợ Giúp | https://webextension.org/listing/two-factor-authenticator.html |
URL Trang Chính Sách Bảo Mật | https://add0n.com/policies/inb.cor.txt |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Two-Factor Authenticator", "description": "__MSG_description__", "default_locale": "en", "version": "0.3.1", "manifest_version": 3, "permissions": [ "storage", "notifications" ], "offline_enabled": true, "homepage_url": "https:\/\/webextension.org\/listing\/two-factor-authenticator.html", "background": { "service_worker": "worker.js" }, "icons": { "16": "\/data\/icons\/16.png", "32": "\/data\/icons\/32.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png", "512": "\/data\/icons\/512.png" }, "action": { "default_popup": "\/data\/popup\/index.html" }, "commands": { "_execute_action": [] } } |