Simple Passphrase Generator
Generates a secure passphrase from the EFF's long word list.
Simple Passphrase Generator란 무엇입니까?
Simple Passphrase Generator은(는) iuzoong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates a secure passphrase from the EFF's long word list."입니다.
확장 프로그램 스크린샷
Simple Passphrase Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generates a secure passphrase using the EFF's long word list and the browser's crypto RNG. The passphrase has an entropy of ~77 bits. For a stronger password try tinyurl.com/y92yob5v The author is one of the #MillionsMissing. If you find this software useful, please consider donating to the Open Medicine Foundation www.OMF.ngo for much needed research. Thank you. Dice icon by Gregor Cresnar from Flaticon. Licensed by CC 3.0 BY.
확장 프로그램 기본 정보
이름 | Simple Passphrase Generator |
ID | iliehbhfgfbjllfhhbbceochgmkkhpcb |
공식 URL | https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb |
설명 | Generates a secure passphrase from the EFF's long word list. |
파일 크기 | 42.54 KB |
설치 횟수 | 391 |
현재 버전 | 2018.5.28.3 |
최근 업데이트 | 2019-02-10 |
출시 날짜 | 2019-02-10 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | iuzoong |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/araemot/passphrase-generator |
도움말 페이지 URL | https://github.com/araemot/passphrase-generator/issues |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Passphrase Generator", "homepage_url": "https:\/\/github.com\/araemot\/passphrase-generator", "description": "Generates a secure passphrase from the EFF's long word list.", "version": "2018.5.28.3", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "dice48.png", "96": "dice96.png", "128": "dice128.png" }, "browser_action": { "browser_style": false, "default_icon": "dice.png", "default_popup": "popup.html" } } |