Foggy Window by RDS
This extension is a RSA Encryption Extension in Beta Testing
Foggy Window by RDS란 무엇입니까?
Foggy Window by RDS은(는) son.of.lysander에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is a RSA Encryption Extension in Beta Testing"입니다.
확장 프로그램 스크린샷
Foggy Window by RDS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RSA MESSAGE ENCRYPTION- This is an opensource project that started as a school project, it is hosted on github! Help us make it better: https://github.com/PigBoT/ragingDipsticks Setup Instructions 1- After you install the extension, browse to a new page (or refresh any existing page). 2- Click the button to pull down the encryption drawer. 3- Type in any passphrase you desire, this passphrase will generate (but not store) a public and private RSA key that is unique to that password.(MAKE SURE NOT TO TYPO OR FORGET THIS PHRASE!) 4- Click on the "Share your key" button. A dialogue box will open with your public key. Click on "Copy" and then send this key to people who want to send you messages! Sending message instructions: 1- In order to send a message to someone, you have to have their public key first. They can send it to you by following the instructions above. Once you receive their public key you need to save it to your "Friends" 2- Click on "Add Friend", Specify their name, optionally an email, and paste the public key they gave you here. Click "Save Changes" and they will appear in your "Friend List" 3- Click their name and start typing! The encrypted message appears on the right. Send it to them and they'll be able to decrypt it with their secret passphrase. Receiving Message Instructions: 1- When someone sends you a message it will be in encrypted form. Simply paste this into the left pane and it will be decrypted into the second pane. [IF YOU TYPO'D OR HAVE FORGOTTEN YOUR ORIGINAL PASSPHRASE THIS WILL NOT WORK!] EMAIL BUTTON, The email button is linked to your default mail client, ie Outlook Express, Thunderbird, Gmail (when configured) etc. COPY/FILL BUTTON, this button will copy the message in the right panel. The text will change to "Fill" if it can detect a message window (for example https://www.facebook.com/messages/).
확장 프로그램 기본 정보
이름 | |
ID | enbjfmooombkglcjcdgeojpmoeakcddm |
공식 URL | https://chrome.google.com/webstore/detail/foggy-window-by-rds/enbjfmooombkglcjcdgeojpmoeakcddm |
설명 | This extension is a RSA Encryption Extension in Beta Testing |
파일 크기 | 382 KB |
설치 횟수 | 23 |
현재 버전 | 0.2.0.2 |
최근 업데이트 | 2013-12-13 |
출시 날짜 | 2013-12-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | son.of.lysander |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/PigBoT/ragingDipsticks |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Foggy Window by RDS", "description": "This extension is a RSA Encryption Extension in Beta Testing", "version": "0.2.0.2", "icons": { "128": "128icon.png" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "storage", "clipboardRead", "clipboardWrite" ], "content_scripts": [ { "matches": [ " |