Sorry, this email has no associated public key. Please try again!
4589 messages successfully delivered
The public key will be loaded from a public keyserver
Add the secure contact form to any site in minutes with 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.
* 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 read your message!
Use the Security audit tool to audit the deployed source code.
* SSL Report: Assessed on: Thu Jan 29 11:23:08 PST 2015

The source code is licensed under the MIT license and available on GitHub. Available for Ruby, PHP and Perl. Simple deployment on your Webhost or Heroku.

Encrypt.to is based on OpenPGP.js a JavaScript implementation of the OpenPGP standard.

We are running Diaspora - a decentralized social networking platform built with your privacy in mind.
Risk free! 14-day free trial.
| Enterprise | Personal Pro | Personal Free |
|---|---|---|
$25/month |
$5/month |
$0/month |
| Send encrypted messages | Send encrypted messages | Send encrypted messages |
| Custom link with username | Custom link with username | Link with email or key-id |
| 1 MB attachment | 1 MB attachment | No attachment |
| Hidden email address | Hidden email address | Public email address |
| Hidden key server | Hidden key server | Public key server |
| Manage your public key | Manage your public key | - |
| Embed form in your website | Embed form in your website | - |
| Custom layout and colors | Custom layout and colors | - |
| 24/7 Premium Support | - | - |
| Sign Up | Sign Up | No sign up needed |
Need a custom solution? Wanna pay with bitcoin? No problem. Please contact us!
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 | >= 11 | >= 23 |
| Firefox | >= 21 | >= 21 |
| IE | >= 11 | - |
| Opera | >= 15 | - |
| Safari | >= 3.1 | >= iOS 6 |
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-----"}]}
curl https://encrypt.to/api/v1/keyserver/lookup
{"status":"error","message":"Wrong params, please try again."}