Secure Passwords
Generate strong and unique passwords for your various online accounts.
Was ist Secure Passwords?
Secure Passwords ist eine Chrome-Erweiterung, die von https://digitalinspiration.com entwickelt wurde, und ihr Hauptmerkmal ist "Generate strong and unique passwords for your various online accounts.".
Erweiterungsscreenshots
Secure Passwords-Erweiterungs-CRX-Datei herunterladen
Laden Sie Secure Passwords-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
Tired of remembering multiple passwords? With Secure Passwords, you only need to remember one master password and the passwords app will generate strong but unique passwords for all your different online accounts. The passwords are generated locally in your browser, none of your data ever leaves your computer and the password tool can be used in offline mode as well. The password generator internally uses the super-strong BCrypt encryption algorithm to generate the hashes and thus the passwords are almost impossible to break. The code is open-source and can be download from Github. The password generator is also available as an Android App.
Grundlegende Informationen zur Erweiterung
Name | Secure Passwords |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
Offizielle URL | https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni |
Beschreibung | Generate strong and unique passwords for your various online accounts. |
Dateigröße | 62.16 KB |
Installationsanzahl | 1,044 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2022-03-23 |
Veröffentlichungsdatum | 2017-01-04 |
Bewertung | 4.56/5 Insgesamt 16 Bewertungen |
Entwickler | https://digitalinspiration.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ctrlq.org/passwords/ |
Hilfeseite URL | https://www.labnol.org/internet/unique-password-for-every-site/21288/ |
URL der Datenschutzrichtlinien-Seite | https://digitalinspiration.com/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "popup.html", "default_title": "Secure Passwords" }, "description": "Generate strong and unique passwords for your various online accounts.", "homepage_url": "http:\/\/ctrlq.org\/passwords\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Secure Passwords", "short_name": "Passwords", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |