Alzheimer password generator
Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase.
Co je Alzheimer password generator?
Alzheimer password generator je rozšíření Chrome vyvinuté viralpoetry, a jeho hlavní funkcí je „Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Alzheimer password generator
Stáhněte si soubory rozšíření Alzheimer password generator 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í
Open Source Chrome extension for domain dependent password generation (ALPHA version) Store seed for your password locally on your computer for additional security. Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase. The salt should be stored physically, so you can recover it in the future. WORK IN PROGRESS. The crypto part works fine, but there are some jQuery/css issues on some pages (iframes, jQuery dialog etc.) CURRENT THREAT MODEL: * No one with an access to the PC with installed extension should be able to authenticate without knowing the correct passphrase. * The same passphrase used in two different web browsers should produce two different passwords (cryptographic salt will solve this problem). * If an attacker obtains password for some websites, she should not be able to derive passwords for another websites using that knowledge. * Attacker should not be able to brute force master passphrase from the salt and knowledge of one password (PBKDF with lots of iterations). * It provides protection against basic keyloggers (but they can read our salt from the memory / file...) For more information, see Github repository.
Základní Informace o Rozšíření
Název | Alzheimer password generator |
ID | emclcafdgdeodlhpenmejdapecfgenof |
Oficiální URL | https://chromewebstore.google.com/detail/alzheimer-password-genera/emclcafdgdeodlhpenmejdapecfgenof |
Popis | Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase. |
Velikost souboru | 878 KB |
Počet instalací | 27 |
Aktuální Verze | 0.91 |
Poslední Aktualizace | 2018-07-28 |
Datum Vydání | 2018-07-28 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | viralpoetry |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/viralpoetry/password-generator |
URL Stránky Nápovědy | https://github.com/viralpoetry/password-generator |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alzheimer password generator", "description": "Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase.", "version": "0.91", "permissions": [ "contextMenus", "storage", "activeTab", " |