Joel's Password Generator
A password generator built with security and password-memorability in mind.
Joel's Password Generator란 무엇입니까?
Joel's Password Generator은(는) https://joelwalters.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A password generator built with security and password-memorability in mind."입니다.
확장 프로그램 스크린샷
Joel's Password Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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)
확장 프로그램 기본 정보
이름 | Joel's Password Generator |
ID | edfbemblhgkgbekgghkcjcefohkchjge |
공식 URL | https://chromewebstore.google.com/detail/joels-password-generator/edfbemblhgkgbekgghkcjcefohkchjge |
설명 | A password generator built with security and password-memorability in mind. |
파일 크기 | 112 KB |
설치 횟수 | 432 |
현재 버전 | 3.9.0 |
최근 업데이트 | 2014-11-30 |
출시 날짜 | 2014-11-30 |
평점 | 4.13/5 총 8 개의 평점 |
개발자 | https://joelwalters.com |
결제 유형 | free |
지원되는 언어 | 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" } } |