EviCypher Webmail & Cloud

Contactless encryption of instant messaging, email and social networks via Freemindtronic's EviCypher NFC device technology

Wat is EviCypher Webmail & Cloud?

EviCypher Webmail & Cloud is een Chrome-extensie ontwikkeld door https://freemindtronic.com, en de belangrijkste functie is "Contactless encryption of instant messaging, email and social networks via Freemindtronic's EviCypher NFC device technology".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EviCypher Webmail & Cloud

Download EviCypher Webmail & Cloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        To take full advantage of the extension's features, you must have an NFC HSM device compatible with Freemindtronic's EviCypher technology. However, the extension has free features that work without a device such as a potential security risk detector on an iframe element displayed in the content of a website. This allows you to easily manage the trust of this site before entering sensitive information such as passwords, email addresses or credit card information. This extension has an Iframe Redirect Detection and Removal (IRDR). It is an effective solution to counter attacks such as BITB (Browser in the Browser) which uses iframes to redirect you to fake pages.

To use the free Iframe Redirect Detection and Removal (IRDR) feature of the EviCypher extension, you need the following:
- A web browser for Chromium-based computer such as Chrome.
- Enabling BITB (Browser-in-the-Browser) feature
- End

A window will be displayed as soon as the rediction iframe is detected. You will have three choices:
- A button (close warning) to close the iframe
- A button (never show warning on this site) for this IRDR window is no longer displayed for this url that you consider to be trustworthy. It will be saved in the browser.
- The button (Destroy) to delete the iframe related to the redirected link displayed in the URL window: https://...
- A button (Clean Storage) to delete trusted URLs saved in the browser via the IRDR.
- A button (Read More) which redirects you to the BITB page of the Freemindtronic website.

To use the webmail and attachments encryption extension, you need the following:

- The Chromium-based browser extension such as Chrome.
- An NFC device with EviCypher technology,
- The Freemindtronic Android application installed on an NFC-enabled phone,
- EviDNS ZeroConf software installed on your computer

After contactless pairing of the device to the phone, and then the NFC phone to the web browser extension, an encrypted communication tunnel is then established from the devices end to end. After this last step, everything is automated. 
The EviDNS ZeroConf software is a software developed by Freemindtronic. It allows to quickly find terminals such as phones, connected on the same local network. It collects the IP address and port number of the paired phone to inform the EviCypher Webmail extension.

How does it work?

The extension automatically adds buttons for contactless encryption and decryption using a Freemindtronic NFC HSM device. The extension is compatible with email client services such as Gmail and others as well as private and instant messaging services that also use a chromium-based web browser.

End-to-end encryption from human to human!

Indeed, emails always remain encrypted on the computer, phone or mail server, even when displayed on a screen.

To access the emails in clear text the user must have an NFC device and the appropriate key for encryption and decryption.  If necessary, he will also have to validate the trust criteria associated with the key. Thus only the human holding the device can encrypt and decrypt the emails. 
Advantageously, even if the email service is corrupted, the email always remains encrypted, whether it is received, sent or awaiting final deletion.

Decryption is performed on demand, ephemerally, in the volatile memory of the computer or phone. Thus, the plaintext message is never saved, as it is automatically deleted after reading. 

The extension is published as open source on Github by Freemindtronic under the GPL-3.0 license.

The version history of the extensions is available on the following link https://freemindtronic.com/support/downloads                    

Basisinformatie over de Extensie

Naam EviCypher Webmail & Cloud EviCypher Webmail & Cloud
ID doenpecmhhichmolaeaefkihggnnmdna
Officiële URL https://chromewebstore.google.com/detail/evicypher-webmail-cloud/doenpecmhhichmolaeaefkihggnnmdna
Beschrijving Contactless encryption of instant messaging, email and social networks via Freemindtronic's EviCypher NFC device technology
Bestandsgrootte 4.31 MB
Aantal Installaties 24
Huidige Versie 1.15.0
Laatst Bijgewerkt 2022-12-24
Publicatiedatum 2021-10-19
Ontwikkelaar https://freemindtronic.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://freemindtronic.com/encrypt-email-nfc-cards
Help Pagina-URL https://freemindtronic.com/support
URL van de Privacybeleid Pagina https://freemindtronic.com/legal-information/privacy-policy
Ondersteunde Talen de,en,fr,ca,es,it,pt-BR,ro,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.15.0",
    "icons": {
        "48": "\/favicon.a73afb0e.png"
    },
    "permissions": [
        "storage",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "\/up_\/src\/background\/main.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/correu.andorra.ad\/owa\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-andorratelecom.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-gmail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/missatgeria.govern.ad\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-govern-full.js"
            ]
        },
        {
            "matches": [
                "https:\/\/missatgeria.govern.ad\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-govern-light.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www-mail.icloud-sandbox.com\/*",
                "https:\/\/www.icloud.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-icloud.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-linkedin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/mail\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-outlook.js"
            ]
        },
        {
            "matches": [
                "https:\/\/webmail.mail.ovh.net\/owa\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-outlook-old.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.proton.me\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-proton.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.ovh.net\/owa\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-roundcube.js"
            ]
        },
        {
            "matches": [
                "https:\/\/web.telegram.org\/k\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-telegram.js"
            ]
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-whatsapp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.yahoo.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-yahoo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.yandex.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-yandex.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.zoho.eu\/zm\/*"
            ],
            "all_frames": true,
            "js": [
                "\/content-script-zoho.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "\/content-script-bitb.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content-script-autofill.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "web_accessible_resources": [
        "loading.gif",
        "locales\/*\/strings.json"
    ]
}