Secure Passwords
Generate strong and unique passwords for your various online accounts.
Wat is Secure Passwords?
Secure Passwords is een Chrome-extensie ontwikkeld door https://digitalinspiration.com, en de belangrijkste functie is "Generate strong and unique passwords for your various online accounts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Secure Passwords
Download Secure Passwords-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Secure Passwords |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
Officiële URL | https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni |
Beschrijving | Generate strong and unique passwords for your various online accounts. |
Bestandsgrootte | 62.16 KB |
Aantal Installaties | 1,044 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-03-23 |
Publicatiedatum | 2017-01-04 |
Beoordeling | 4.56/5 Totaal 16 Beoordelingen |
Ontwikkelaar | https://digitalinspiration.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ctrlq.org/passwords/ |
Help Pagina-URL | https://www.labnol.org/internet/unique-password-for-every-site/21288/ |
URL van de Privacybeleid Pagina | https://digitalinspiration.com/privacy |
Ondersteunde Talen | 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" } |