Skip to content

Instantly share code, notes, and snippets.

@jwulff
Created June 11, 2013 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwulff/5759508 to your computer and use it in GitHub Desktop.
Save jwulff/5759508 to your computer and use it in GitHub Desktop.
Gmail with a Tinfoil Hat

Encrypted Gmail

Inbound Mail

Inbound private (not Google) mail server that GPG's message subject, hashes addresses, GPG's original body & addresses, includes hashed keywords alongside GPG'd stuff in body. Forwards to Gmail.

Javascript on top of Gmail that decrypts GPG'd payload and hashes search box input for searching.

Outbound Mail

Javascript on top of Gmail that GPG's addresses, subject, body, etc. for SMTP server & user key. Also adds hashed search stuff. Private (not Google) SMTP server decrypts all components, strips hashed search stuff and sends out mail plaintext.

@jwulff
Copy link
Author

jwulff commented Jun 11, 2013

That's all just shooting from the hip, crazy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment