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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect a text messages, a web mail, or a files by the symmetric AES encryption with the password."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Encipher It एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम Encipher It Encipher It
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"
    ]
}