InnaITKey: Password Manager

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

What is InnaITKey: Password Manager?

InnaITKey: Password Manager is a Chrome extension developed by https://innaitkey.com, and its main feature is "Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download InnaITKey: Password Manager Extension CRX File

Download InnaITKey: Password Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name InnaITKey: Password Manager InnaITKey: Password Manager
ID mboheboacomfkpknfbiknphlkbapided
Official URL https://chromewebstore.google.com/detail/innaitkey-password-manage/mboheboacomfkpknfbiknphlkbapided
Description Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.
File Size 601 KB
Installation Count 187
Current Version 1.0.10
Last Updated 2024-02-14
Publish Date 2023-07-21
Rating 5.00/5 Total 3 Ratings
Developer https://innaitkey.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.innaitkey.com/privacy-policy
Supported Languages 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:\/\/*\/*"
    ]
}