All Projects → encrypt-to → Encrypt.to

encrypt-to / Encrypt.to

Licence: mit
Send encrypted PGP messages with one click

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Encrypt.to

Bouncy Gpg
Make using Bouncy Castle with OpenPGP fun again!
Stars: ✭ 164 (+41.38%)
Mutual labels:  encryption, pgp, openpgp, gnupg
Opaquemail
.NET email library and proxy supporting IMAP, POP3, and SMTP with S/MIME and PGP.
Stars: ✭ 91 (-21.55%)
Mutual labels:  email, encryption, pgp
Sephia Five
A secure and PGP enabled webmail module for Phosphorus Five
Stars: ✭ 21 (-81.9%)
Mutual labels:  email, encryption, pgp
Objectivepgp
OpenPGP library for iOS and macOS
Stars: ✭ 557 (+380.17%)
Mutual labels:  encryption, pgp, openpgp
Iostreams
IOStreams is an incredibly powerful streaming library that makes changes to file formats, compression, encryption, or storage mechanism transparent to the application.
Stars: ✭ 84 (-27.59%)
Mutual labels:  encryption, pgp, gnupg
Zeyple
Postfix filter/hook to automatically encrypt outgoing emails with PGP/GPG
Stars: ✭ 122 (+5.17%)
Mutual labels:  email, encryption, pgp
openpgpkey-control
OpenPGP keys published on your website (WKD)
Stars: ✭ 36 (-68.97%)
Mutual labels:  pgp, gnupg, openpgp
Enchive
Encrypted personal archives
Stars: ✭ 527 (+354.31%)
Mutual labels:  encryption, pgp
Vim Gnupg
This script implements transparent editing of gpg encrypted files.
Stars: ✭ 566 (+387.93%)
Mutual labels:  encryption, gnupg
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: ✭ 843 (+626.72%)
Mutual labels:  email, openpgp
Helm Secrets
DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere
Stars: ✭ 1,129 (+873.28%)
Mutual labels:  encryption, pgp
Mailkit
A cross-platform .NET library for IMAP, POP3, and SMTP.
Stars: ✭ 4,477 (+3759.48%)
Mutual labels:  email, pgp
Tutanota
Tutanota is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
Stars: ✭ 4,326 (+3629.31%)
Mutual labels:  email, encryption
Anonaddy
Anonymous email forwarding
Stars: ✭ 1,022 (+781.03%)
Mutual labels:  email, pgp
Pius
PGP Individual User Signer
Stars: ✭ 77 (-33.62%)
Mutual labels:  pgp, gnupg
Libdime
The DIME resolver library and command line utilities.
Stars: ✭ 416 (+258.62%)
Mutual labels:  email, encryption
Gmime
A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
Stars: ✭ 57 (-50.86%)
Mutual labels:  email, pgp
Envkey App
Secure, human-friendly, cross-platform secrets and config.
Stars: ✭ 83 (-28.45%)
Mutual labels:  encryption, openpgp
Jaromail
A commandline tool to easily and privately handle your e-mail
Stars: ✭ 86 (-25.86%)
Mutual labels:  email, gnupg
Trezor Agent
Hardware-based SSH/PGP agent
Stars: ✭ 400 (+244.83%)
Mutual labels:  pgp, gnupg

Encrypt.to

Send encrypted PGP messages via https://encrypt.to/

Build Status

How does it work?

When your public key is added to a public keyserver open the link: https://encrypt.to/{your-email} or https://encrypt.to/{your-key-id}.

Security audit tool

Start the code audit now with the Security audit tool.

Updates

Read Diaspora or Twitter for updates.

Browser Compatibility

* Desktop: Chrome >= 37, Firefox >= 34, Opera >= 24, Safari >= 7.1
* Mobile: Chrome >= 64, Android >= 62, Opera >= 37, Safari >= iOS 8

I don't like Ruby

The secure contact form is available for PHP and Perl.

Ready for Heroku

Easily deployable on Heroku https://github.com/encrypt-to/secure.contactform.ruby.

Changelog

Changelog

I don't have a public/private keypair

Everyone can and should have a public and private key. There are many free tools for key management like GPGTools for Mac, Seahorse for Linux or Gpg4win for Windows.

My public key is stored on a public key server

No signup needed!

Open the link: https://encrypt.to/{your-email} or https://encrypt.to/{your-key-id}

My public key should be private!

You can use our private key server by uploading your public key on Encrypt.to.

How to export your public key

GPGTools

Select the key you want to export by clicking on the corresponding key on your list, and then clicking the right mouse button and on [Export] in the popup menu. Choose a file to export your key to, e.g. my-key.asc.

Seahorse

Open the "My personal keys" tab and select the key you want to export by clicking on the corresponding key on your list, and then clicking on the [Export] of the main menu. Choose a file to export your key to, e.g. my-key.asc. A popup window will let you know whether the operation was successful.

Gpg4win

Select the key you want to export by clicking on the corresponding key on your list, and then clicking on the [Export] icon of the main GPA menu. Choose a file to export your key to, e.g. my-key.asc. A popup window will let you know whether the operation was successful. Then click on [OK].

Command line
gpg -a --output my-key.asc --export {your-key-id}

How to import your public key at Encrypt.to

Open the file e.g. my-key.asc with a text editor, which will show your public key as a series of blocks containing text and numbers.

Highlight the whole key portion from

-----BEGIN PGP PUBLIC KEY BLOCK-----
to
-----END PGP PUBLIC KEY BLOCK-----

and copy it using the copy function on your toolbar or a keyboard shortcut such as CMD+C or Ctrl+C. This saves your key on the clipboard until you are ready to paste it, as described next.

Open Encrypt.to in your browser and paste your public key into the input field such as CMD+V or Ctrl+V. Fill the form and click on "Create an account".

MIT License

LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].