bwallHatesTwits Password Generator
This extension creates passwords that push the bounds of length past the ability of conventional password crackers.
bwallHatesTwits Password Generator란 무엇입니까?
bwallHatesTwits Password Generator은(는) Brian (bwall) Wallace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension creates passwords that push the bounds of length past the ability of conventional password crackers."입니다.
확장 프로그램 스크린샷
bwallHatesTwits Password Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to create very long passwords with custom as well as predefined character sets that work very well with password managers(such as LastPass/KeePass/PasswordSafe). Be responsible and use passwords that are longer than conventional hash crackers can ever attempt to crack. Any password over 125 characters is beyond any hash cracker's ability, and with randomly generated passwords, even if one site does not store your password properly, it won't lead to a compromise of any of your other accounts.
확장 프로그램 기본 정보
이름 | bwallHatesTwits Password Generator |
ID | gocfgmeinifgmkhjkdmfjolfmpfpfnbg |
공식 URL | https://chromewebstore.google.com/detail/bwallhatestwits-password/gocfgmeinifgmkhjkdmfjolfmpfpfnbg |
설명 | This extension creates passwords that push the bounds of length past the ability of conventional password crackers. |
파일 크기 | 24.11 KB |
설치 횟수 | 57 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-03-23 |
출시 날짜 | 2013-03-22 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Brian (bwall) Wallace |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "bwallHatesTwits Password Generator", "description": "This extension creates passwords that push the bounds of length past the ability of conventional password crackers.", "version": "1.0", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [] } |