Encipher It
Protect a text messages, a web mail, or a files by the symmetric AES encryption with the password.
Encipher It란 무엇입니까?
Encipher It은(는) http://encipher.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect a text messages, a web mail, or a files by the symmetric AES encryption with the password."입니다.
확장 프로그램 스크린샷
Encipher It 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Share your secret emails with your colleagues, clients or friends securely online. 1. Enter any text in any text field (Gmail, webform, etc) 2. Press the "Encipher it" button 3. Enter the password to encrypt the message 4. Let your browser encrypt your message with strong AES encryption (it doesn't send us your original text or your password) 5. Share the password via anything other than email 6. Email the encrypted text or a short Encipher It link 7. Your friend/colleague/client clicks the link to decrypt at encipher.it or has to download the extension 8. He or she uses the browser to decrypt your message with your password and doesn't send your message or password to us. 9. You have successfully shared your secret with the person you trust. Encipher.it is available as online service, bookmarklet, google chrome plugin or as downloadable application with more advanced features like encryption of a files, symmetric encryption with the PGP (GnuPG kernel), the cloud storage for an encrypted files, and other. To safely share encrypted files, please download the desktop version at http://encipher.it/plans
확장 프로그램 기본 정보
이름 | |
ID | fimncfoplhkgepigcpgjheeccdhemcfj |
공식 URL | https://chrome.google.com/webstore/detail/fimncfoplhkgepigcpgjheeccdhemcfj |
설명 | Protect a text messages, a web mail, or a files by the symmetric AES encryption with the password. |
파일 크기 | 930 KB |
설치 횟수 | 2,923 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2014-03-27 |
출시 날짜 | 2014-03-27 |
평점 | 4.44/5 총 16 개의 평점 |
개발자 | http://encipher.it |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://encipher.it/plans |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Encipher It", "version": "2.1.0", "manifest_version": 2, "description": "Protect a text messages, a web mail, or a files by the symmetric AES encryption with the password.", "permissions": [ "tabs", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "public\/images\/favicon-19x19.png", "38": "public\/images\/favicon-38x38.png" }, "default_title": "Encipher It", "default_popup": "chrome-plugin.html" }, "web_accessible_resources": [ "public\/images\/encrypt-white.png", "public\/images\/close-white.png", "public\/images\/settings-white.png", "public\/images\/masked.png", "public\/images\/unmasked.png" ] } |