Secure Passwords
Generate strong and unique passwords for your various online accounts.
What is Secure Passwords?
Secure Passwords is a Chrome extension developed by https://digitalinspiration.com, and its main feature is "Generate strong and unique passwords for your various online accounts.".
Extension Screenshots
Download Secure Passwords Extension CRX File
Download Secure Passwords extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Secure Passwords |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
Official URL | https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni |
Description | Generate strong and unique passwords for your various online accounts. |
File Size | 62.16 KB |
Installation Count | 1,044 |
Current Version | 1.1.0 |
Last Updated | 2022-03-23 |
Publish Date | 2017-01-04 |
Rating | 4.56/5 Total 16 Ratings |
Developer | https://digitalinspiration.com |
[email protected] | |
Payment Type | free |
Extension Website | https://ctrlq.org/passwords/ |
Help Page URL | https://www.labnol.org/internet/unique-password-for-every-site/21288/ |
Privacy Policy Page URL | https://digitalinspiration.com/privacy |
Supported Languages | 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" } |