Joel's Password Generator
A password generator built with security and password-memorability in mind.
Joel's Password Generator là gì?
Joel's Password Generator là một tiện ích mở rộng Chrome được phát triển bởi https://joelwalters.com, và tính năng chính của nó là "A password generator built with security and password-memorability in mind.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Joel's Password Generator
Tải xuống các tệp mở rộng Joel's Password Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Inspired by the xkcd Password Strength comic, this extension provides you with ten relatively complex, yet easy to remember passwords. Optionally, you can include numbers or symbols for additional complexity (or to satisfy certain password requirements), and adjust the number of words. Why should I use passwords like these? * Using common words in your password aids memorability. * Using multiple words ensures sufficient complexity to prevent guessing of the password. The Stanford Javascript Crypto Library is used to provide random values—a derivative of Ferguson and Schneier's generator Fortuna. Copyright 2013 Joel Walters • Licensed under the MIT License (MIT)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Joel's Password Generator |
ID | edfbemblhgkgbekgghkcjcefohkchjge |
URL Chính Thức | https://chromewebstore.google.com/detail/joels-password-generator/edfbemblhgkgbekgghkcjcefohkchjge |
Mô tả | A password generator built with security and password-memorability in mind. |
Kích Thước Tệp | 112 KB |
Số Lần Cài Đặt | 432 |
Phiên Bản Hiện Tại | 3.9.0 |
Cập Nhật Lần Cuối | 2014-11-30 |
Ngày Phát Hành | 2014-11-30 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://joelwalters.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Joel's Password Generator", "description": "A password generator built with security and password-memorability in mind.", "version": "3.9.0", "browser_action": { "default_title": "Joel's Password Generator", "default_icon": "images\/icon.png", "default_popup": "index.html" } } |