InnaITKey: Password Manager

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

Co je InnaITKey: Password Manager?

InnaITKey: Password Manager je rozšíření Chrome vyvinuté https://innaitkey.com, a jeho hlavní funkcí je „Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření InnaITKey: Password Manager

Stáhněte si soubory rozšíření InnaITKey: Password Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název InnaITKey: Password Manager InnaITKey: Password Manager
ID mboheboacomfkpknfbiknphlkbapided
Oficiální URL https://chromewebstore.google.com/detail/innaitkey-password-manage/mboheboacomfkpknfbiknphlkbapided
Popis Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.
Velikost souboru 601 KB
Počet instalací 187
Aktuální Verze 1.0.10
Poslední Aktualizace 2024-02-14
Datum Vydání 2023-07-21
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://innaitkey.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.innaitkey.com/privacy-policy
Podporované Jazyky 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:\/\/*\/*"
    ]
}