this post was submitted on 07 Nov 2023
32 points (100.0% liked)

Privacy Guides

16263 readers
160 users here now

In the digital age, protecting your personal information might seem like an impossible task. We’re here to help.

This is a community for sharing news about privacy, posting information about cool privacy tools and services, and getting advice about your privacy journey.


You can subscribe to this community from any Kbin or Lemmy instance:

Learn more...


Check out our website at privacyguides.org before asking your questions here. We've tried answering the common questions and recommendations there!

Want to get involved? The website is open-source on GitHub, and your help would be appreciated!


This community is the "official" Privacy Guides community on Lemmy, which can be verified here. Other "Privacy Guides" communities on other Lemmy servers are not moderated by this team or associated with the website.


Moderation Rules:

  1. We prefer posting about open-source software whenever possible.
  2. This is not the place for self-promotion if you are not listed on privacyguides.org. If you want to be listed, make a suggestion on our forum first.
  3. No soliciting engagement: Don't ask for upvotes, follows, etc.
  4. Surveys, Fundraising, and Petitions must be pre-approved by the mod team.
  5. Be civil, no violence, hate speech. Assume people here are posting in good faith.
  6. Don't repost topics which have already been covered here.
  7. News posts must be related to privacy and security, and your post title must match the article headline exactly. Do not editorialize titles, you can post your opinions in the post body or a comment.
  8. Memes/images/video posts that could be summarized as text explanations should not be posted. Infographics and conference talks from reputable sources are acceptable.
  9. No help vampires: This is not a tech support subreddit, don't abuse our community's willingness to help. Questions related to privacy, security or privacy/security related software and their configurations are acceptable.
  10. No misinformation: Extraordinary claims must be matched with evidence.
  11. Do not post about VPNs or cryptocurrencies which are not listed on privacyguides.org. See Rule 2 for info on adding new recommendations to the website.
  12. General guides or software lists are not permitted. Original sources and research about specific topics are allowed as long as they are high quality and factual. We are not providing a platform for poorly-vetted, out-of-date or conflicting recommendations.

Additional Resources:

founded 1 year ago
MODERATORS
 

Clients like Thunderbird are great because you have everything stored locally so you can easily search offline. They also support encrypting and decrypting emails in PGP. However, they seem to have the same limitation as protonmail where you can't search through encrypted emails.

I know that protonmail can't just store your key at their server since that would defeat the purpose, so the emails are all ciphertext to them right? But in Thunderbird, you already have the key and decrypt everything all the time. So why can't you skip the middleman in your local machine and store everything locally in plaintext? It's not less secure since if your local machine is compromised, your private key is also compromised.

Or at the very least give us the option and have a slightly less secure but much more convenient option.

all 12 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 10 months ago (1 children)

I've been trying to move away from email as a document server.

Anything that's important / I might want to reference later gets exported to a secure paperless-ngx instance where it's neatly categorized and easily searched. I then delete it from my inbox.

[–] [email protected] 5 points 10 months ago (1 children)

Came here to ask about paperless and the myriad of versions, even though it's off topic.

[–] [email protected] 7 points 10 months ago (1 children)

Paperless-ngx installed via docker-compose is super easy. I have it on a luks-encrypted vm only accessible via tailscale.

[–] [email protected] 2 points 10 months ago

Thank-you. I'm really interested in finding a way to make searching my paper much easier.

[–] [email protected] 6 points 10 months ago* (last edited 10 months ago) (1 children)

If you're in Linux, you can use eCryptfs to setup a private encrypted directory, move the ~/.thunderbird directory into it and just leave a symlink to it in your unencrypted home directory. Then you can store your emails in plain text in the encrypted private directory.

It's not even complicated to set up: most Linux distributions are setup so that the private directory is automounted upon login: when you're not logged in, your data at rest is encrypted. It only becomes readable when you're logged in.

Both my Thunderbird and Firefox directories are stored in my private directory.

[–] [email protected] 5 points 10 months ago

This does not answer the question. OP wants to Thunderbird to decrypt PGP mails. Yes, it makes sense to use an encrypting fs, but we are still missing this thunderbird feature.

[–] [email protected] 3 points 10 months ago (1 children)

Locally, an attacker still needs to know your password. A strong password can make it too expensive or impractical to brute force.

[–] [email protected] 1 points 10 months ago

Do you have to put in your password on every session in protonmail? If not, then that means that either the key is unencrypted and is stored somewhere else as plaintext or the password is stored somewhere also as plaintext, which would defeat the purpose.

[–] [email protected] 2 points 10 months ago

Honestly, I can't think of a good reason. This is just how email has always worked. What Thunderbird stores locally is identical to message on the server. It's not decrypted because no conversion happens when syncing mail.

I agree, it would make sense to keep plaintext emails locally or on a trusted server for practical reasons.

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

I think Tutanota (or just Tuta now?) does this, since search works correctly.

I think not using PGP helps Tuta a lot with this, since PGP is really outdated and does not play well with modern features.

[–] [email protected] 1 points 10 months ago

This may be a long shot, but it's what I do, so it might be an option: Set up a crypto gateway like CipherMail which will automatically decrypt inbound email and sign/encrypt outbound. The result is that your Thunderbird will never get to see an encrypted email, decryption is handled transparently before it hit's your inbox. Obviously, if you don't trust your email provider, this is not an option.

This isn't simple and hence not for everyone, also comes with dependencies on your email provider, but it works flawless for me ever since I set it up. I run my own email server, hence adding in CipherMail wasn't a big deal.