InnaITKey: Password Manager

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

Was ist InnaITKey: Password Manager?

InnaITKey: Password Manager ist eine Chrome-Erweiterung, die von https://innaitkey.com entwickelt wurde, und ihr Hauptmerkmal ist "Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

InnaITKey: Password Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie InnaITKey: Password Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name InnaITKey: Password Manager InnaITKey: Password Manager
ID mboheboacomfkpknfbiknphlkbapided
Offizielle URL https://chromewebstore.google.com/detail/innaitkey-password-manage/mboheboacomfkpknfbiknphlkbapided
Beschreibung Use your fingerprint to protect all your online accounts. Be the center of your online security, with InnaITKey Password Manager.
Dateigröße 601 KB
Installationsanzahl 187
Aktuelle Version 1.0.10
Letztes Update 2024-02-14
Veröffentlichungsdatum 2023-07-21
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://innaitkey.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.innaitkey.com/privacy-policy
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}