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 क्या है?
Open Two-Factor Authenticator https://add0n.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An open-source two-factor Time-based One-Time Password (TOTP) authenticator with SHA-256 secure storage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Two-Factor Authenticator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Open Two-Factor Authenticator |
ID | dckgbiealcgdhgjofgcignfngijpbgba |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-two-factor-authentic/dckgbiealcgdhgjofgcignfngijpbgba |
विवरण | An open-source two-factor Time-based One-Time Password (TOTP) authenticator with SHA-256 secure storage |
फ़ाइल का आकार | 259 KB |
स्थापना संख्या | 15,047 |
वर्तमान संस्करण | 0.3.1 |
अंतिम अपडेट | 2023-08-22 |
प्रकाशन तिथि | 2019-09-12 |
रेटिंग | 3.00/5 कुल 9 रेटिंग्स |
डेवलपर | https://add0n.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://webextension.org/listing/two-factor-authenticator.html |
सहायता पृष्ठ URL | https://webextension.org/listing/two-factor-authenticator.html |
गोपनीयता नीति पृष्ठ URL | https://add0n.com/policies/inb.cor.txt |
समर्थित भाषाएँ | 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": [] } } |