main ← pr-remove_startmail
opened 03:34PM - 21 May 23 UTC
Changes proposed in this PR:
As per the requirements of "Zero Knowledge" we s…houldn't really be listing Start Mail.
- https://discuss.privacyguides.net/t/minimum-tls-requirements-for-email-providers/11830/18
Closes: https://github.com/privacyguides/privacyguides.org/issues/1433
Summary:
- Uses 3072 ElGamal/DSA keys which are not default anywhere. No option for RSA, ed25519 etc. ElGamal hasn't been the default in [GnuPG since 2009](https://lists.gnupg.org/pipermail/gnupg-devel/2009-May/025079.html)
- You cannot import your own PGP Keypair
- Mail which is received while you're logged out, is encrypted with a separate keypair, and then when you log in, copied to a LUKS volume. That means all of your email is available to the server when you log in. It is only zero knowledge if you stay logged out.
- [x] I have disclosed any relevant conflicts of interest in my post.
- [x] I agree to grant Privacy Guides a perpetual, worldwide, non-exclusive, transferable, royalty-free, irrevocable license with the right to sublicense such rights through multiple tiers of sublicensees, to reproduce, modify, display, perform, relicense, and distribute my contribution as part of this project.
- [x] I am the sole author of this work.
- [x] I agree to the [Community Code of Conduct](https://www.privacyguides.org/en/code_of_conduct/).