TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: browser extension to encrypt emails in gmail client-side

7 pointsby rheidealmost 12 years ago
Hey everyone, I was wondering if anyone knows of a browser extension that hooks into the gmail interface and can encrypt the contents of an email before sending it.<p>It&#x27;s always a problem to make security available for the masses (and actually secure!). Here&#x27;s how I&#x27;d do it if I had to set one up.<p>The Chrome extension would prevent gmail from reading the email fields, preventing the saving of drafts server-side. On sending the email it would encrypt the content with a key that is unique per receiving address. If the client has the extension installed it can decrypt the contents automatically on display.<p>The problem is getting the decryption key across to the recipient securely, but that only has to be done once. After that the browser extension can hold it indefinitely. It could be done with a trusted third party site, which only holds the key for a very short time, and only for the first email sent to a new recipient. Power users could of course use their own ways of getting keys across.

4 comments

runn1ngalmost 12 years ago
I know one that is easy to use, secure and working (because I <i>very</i> slighty helped with the development).<p><a href="http:&#x2F;&#x2F;www.mailvelope.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.mailvelope.com&#x2F;</a><p>It is more secure than you would think - see<p><a href="http:&#x2F;&#x2F;www.mailvelope.com&#x2F;blog&#x2F;security-audit-and-v0.6-release" rel="nofollow">http:&#x2F;&#x2F;www.mailvelope.com&#x2F;blog&#x2F;security-audit-and-v0.6-relea...</a><p>it prevents from saving the drafts well. What is not yet iplemented are signatures
daenneyalmost 12 years ago
WebPG or Cr-gpg perhaps can handle the GPG part probably.<p>I&#x27;m not so sure about the not saving Drafts, that would require rewriting some bits of Javascript which might break other stuff.<p>As for key exchange, that shouldn&#x27;t be handle by an extension. If you want to encrypt your e-mail so the other party can read it, encrypt it with their public key, which by definition is public and can be uploaded to a keyserver.
评论 #5853057 未加载
switch33almost 12 years ago
Somewhat relevant: <a href="https:&#x2F;&#x2F;github.com&#x2F;progrium&#x2F;irc-for-gmail" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;progrium&#x2F;irc-for-gmail</a>
bifrostalmost 12 years ago
You&#x27;d be better off using a non-gmail service with this sort of privacy requirement anticipated. Gmail is a pretty uninspiring service to use fully encrypted.
评论 #5853047 未加载