InnaITKey: Password Manager

Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.

什麼是InnaITKey: Password Manager?

InnaITKey: Password Manager是由https://innaitkey.com開發的Chrome擴展程式,該擴展的主要功能是“Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載InnaITKey: Password Manager擴展crx文件

下載InnaITKey: Password Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        InnaITKey Password Manager

The InnaITKey Password Manager ushers in a new revolution in managing your Passwords. Unlike other password managers (both free and paid versions) which run on the cloud, InnaITKey Password Manager works with the InnaITKey – a unique hard token that combines Public Key Infrastructure (PKI) and Biometrics (your fingerprint), for identification & authentication. 

The InnaITKey Password Manager securely stores your login credentials (Username & Password) in an encrypted form within the Secure Hard Token (the InnaITKey). This eliminates the possibility of cyber-attacks that cloud based password managers are generally vulnerable to, given that they store your credentials (Name, user ID, password, etc.,) on the cloud. 

Since the InnaITKey would be with the user all the time, it can be used on any compatible browser on desktops or laptops by just installing the InnaITKey Password Manager Extension from the browser store.

The login credential is supplied to only those URLs which you register/approve, after authenticating your fingerprint (Biometric authentication).

The combination of PKI & Biometric based authentication provides 2-Factor-Authentication, making it extremely secure.

The Hard Token (InnaITKey) has the following features & advantages:
1. In-Built Crypto controller that generates and manages the unique Private & Public Key Pairs (for the device & the user).
2.The Crypto controller has a TRNG (True Random Number Generator) that produces unique key-pairs from an entropic source.
3.The Key-pairs and the biometric data is stored in an encrypted manner within the InnaITKey and cannot be read by anyone (including the manufacturer – Precision).
4. The InnaITKey comes with a capacitive fingerprint sensor cum System-on-Chip (SoC) design, that enables a 99.9%+ accuracy and works even with Feeble Fingerprints.
5. The InnaITKey is already tested for up to 23 spoofs and hence is resistant to fake fingerprint (impersonation) attempts.
6. InnaITKey uses both ECC (up to 521 bits) & RSA (up to 4096 bits) Encryption methodologies.
7. InnaITKey is also certified to FIDO2 Level 2 Standards, making it one of the four such certified devices in the world and the only one from India.

The InnaITKey Password Manager offers a simple and easy-to-use dashboard to save new sites and manage them. You can also classify and store the various sites in different folders for easy access.

The InnaITKey Password Manager also provides a Password Generator that helps you to create strong passwords by combine uppercase & lowercase alphabets along with numerals and special characters. The password manager can help generate passwords from as short as 4 characters and as long as 64 characters. In general passwords with 12 characters or more, with a random combination of lowercase & uppercase alphabets, numerals and special characters are considered strong and as the number of characters increases, the difficulty of cracking of those passwords also increases.                    

擴展基本資訊

名稱 InnaITKey: Password Manager InnaITKey: Password Manager
ID mboheboacomfkpknfbiknphlkbapided
官方網址 https://chromewebstore.google.com/detail/innaitkey-password-manage/mboheboacomfkpknfbiknphlkbapided
簡介 Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.
檔案大小 601 KB
安裝次數 187
目前版本 1.0.10
更新時間 2024-02-14
上架時間 2023-07-21
評分 5.00/5 共 3 次評分
開發者 https://innaitkey.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.innaitkey.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InnaITKey: Password Manager",
    "version": "1.0.10",
    "description": "Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.",
    "icons": {
        "48": "images\/InnaitKey-Icon-Green.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "assets\/js\/jquery-3.6.0.min.js",
                "js\/properties.js"
            ],
            "css": [],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "InnaITKey: Password Manager",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}