Add the secure contact form to your website in minutes, no coding required.
It encrypts the message with PGP (client-side) and sends it on to the mail account. A user who does not use PGP can send fairly secure mails to PGP-users. A simple vanity-style URL can be given to such users for easy access to the secure contact form.
Open the link: https://encrypt.to/{email} or https://encrypt.to/{key-id}
For example: encrypt.to/hello@encrypt.to belongs to this public key.
The public key will be loaded from a public keyserver
* Sign up if your email address and public key should be private!
We take the privacy of your data very seriously. Your browser encrypts the message before handing it to us! We're using End-to-end encryption with OpenPGP.js. We cannot decrypt your message!
Use the Security audit tool to audit the deployed source code.
* SSL Report: Assessed on: Sun, 25 Mar 2018 21:31:11 UTC
We need a cryptographically secure PRNG to be implemented (i.e. the window.crypto method) based on Web Cryptography API (W3C Candidate Recommendation 11 December 2014).
Browser | Desktop | Mobile |
---|---|---|
Chrome | >= 37 | >= 64 |
Firefox | >= 34 | - |
Opera | >= 24 | >= 37 |
Safari | >= 7.1 | >= iOS 8 |
There are many tools like GPGTools for Mac, Seahorse for Linux or Gpg4win for Windows.
Join a CryptoParty in your neighborhood!
>
* I don't know what you talkin 'bout. Read how PGP works.
All API access is over HTTPS and accessed from https://encrypt.to/api/v1/. All data is sent and received as JSON.
curl https://encrypt.to/api/v1/keyserver/lookup?email=hello@encrypt.to
{"status":"success","keys":[{"key_id":"0x11489A1F","public_key":"-----BEGIN PGP PUBLIC KEY BLOCK-----"}]}
curl https://encrypt.to/api/v1/keyserver/lookup?keyid=0x11489A1F
{"status":"success","keys":[{"key_id":"0x11489A1F","public_key":"-----BEGIN PGP PUBLIC KEY BLOCK-----"}]}