PwdHash port
Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.
PwdHash port란 무엇입니까?
PwdHash port은(는) Christophe Liou Kee On에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2."입니다.
확장 프로그램 스크린샷
PwdHash port 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WARNING! this extension using original pwdhash is vulnerable to a brute force attack : https://linuxundich.de/gnu-linux/erfolgreicher-brute-force-angriff-auf-pwdhash/ If you can, choose another extension. This extension is a pwdhash port for Google Chrome. Official pwdhash project home can be found here : https://www.pwdhash.com/
확장 프로그램 기본 정보
이름 | PwdHash port |
ID | dnfmcfhnhnpoehjoommondmlmhdoonca |
공식 URL | https://chromewebstore.google.com/detail/pwdhash-port/dnfmcfhnhnpoehjoommondmlmhdoonca |
설명 | Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2. |
파일 크기 | 212 KB |
설치 횟수 | 1,675 |
현재 버전 | 1.0.0.3 |
최근 업데이트 | 2021-07-14 |
출시 날짜 | 2016-12-30 |
평점 | 4.66/5 총 61 개의 평점 |
개발자 | Christophe Liou Kee On |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/infocris/pwdhash |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PwdHash port", "version": "1.0.0.3", "manifest_version": 2, "description": "Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true, "js": [ "stanford-pwdhash\/chrome\/content\/md5.js", "stanford-pwdhash\/chrome\/content\/domain-extractor.js", "stanford-pwdhash\/chrome\/content\/hashed-password.js", "stanford-pwdhash\/chrome\/content\/stanford-pwdhash.js", "null.js", "AlternativeDomain.js", "jquery.js", "KeyHooker.js", "Settings.js", "pwdhash-chrome-port.js" ] } ], "options_page": "options.html", "background": { "page": "background.html" }, "icons": { "48": "images\/icon48-stable.png", "128": "images\/icon128-stable.png" }, "page_action": { "default_icon": "images\/icon19off.png", "default_title": "PwdHash", "default_popup": "popup.html" } } |