
A simple tool for website owners to enhance user privacy with anonymous email and newsletter subscription features.

π π π
We understand that trust needs to be earned. We're in it for the long run. We totally agree with you that users shouldn't put all their eggs in one basket. This is why we're bringing our products as an alternative to existing ones in some cases and we're innovating with new functionality like privacy-kit that doesn't exist today on any other service.
You pinky swear that you donβt sell or otherwise abuse personal data, but you still get class A data about which users visit and deeply interact with which site.
We've noticed some misconceptions about email aliases and some recommendations that are bad for privacy in the comments. We'd like to share our thoughts on the matter in case anyone is interested in learning more about it.
Why not simply use an extra email account with plus-addressing (as one commenter recommended)?
We just felt the need to clear these misconceptions.
Thank you all for supporting us in our mission to improve privacy online β€οΈ
We like the skepticism. π Hope the following clarifies things a bit:
npm run build
. Feel free to ask any questions for more clarification. Also the library is tiny it's designed to have zero dependencies and no impact on website performance.
We usually don't trust new services either but here are a few points that might address your concerns:
When a visitor requests to generate an Email Alias using Hide-My-Email or Subscribe-Anonymously, a popup will appear with an OAuth Authentication page using the Privacy Portal OAuth provider. Once authenticated, the email alias will be filled in the email input in the case of Hide-My-Email or the user would get automatically subscribed to the newsletter using an alias in the case of Subscribe-Anonymously.
If the user already has a Privacy Portal account, they just need to sign in otherwise they would need to register a free account.
This information is available in the links included in the post (you can click on the "Privacy-Kit" link in the post for the Github Page.)
For easy access here are all the links included in the post:
Edit:
π₯ Introducing Privacy-Kit π₯
A simple tool for website owners to enhance user privacy with anonymous email and newsletter subscription features.
Privacy-Kit is Privacy Portal's latest FOSS tool aiming to bring privacy to the masses.
π¨ Add a Hide-My-Email feature to your site with one line of code.
π¨ Include Subscribe-Anonymously for your newsletter in the same way.
We'd love to get community feedback.
Follow our community for the latest updates.
Look Under The Hood: (edit)
Given that an E2EE solution requires all online stores switching technologies, it's unlikely to happen. The next best option is using a VPN-like solution for email. I use Privacy Portal email aliases with email encryption for this. There are multiple other alternatives but I like Privacy Portal because it has one of the strictest privacy policies and because I'm a little biased (I'm an engineer on the team).
Emails sent to you from online stores get sent to Privacy Portal's relay servers. These servers act like VPN servers meaning no logs, no writing to disk, zero storage, ... The emails get encrypted in memory with your public PGP key (or certificate) and get sent encrypted to your email provider. Only you will be able to decrypt them on device.
If you use Proton mail as your email provider, it supports PGP encryption by default. You can simply copy your public PGP key from proton and submit it to Privacy Portal and you're done. Proton won't have access to your emails. Alternatively you can use any email provider with an email client that supports PGP (e.g. Thunderbird, K9). And if all else fails you can even use S/MIME with Apple Mail on iOS but that has some drawbacks.
With this solution you would be separating providers into 2 categories:
On top of that, you can also reply to emails without exposing your the unencrypted versions to your email provider because encrypted emails sent by Privacy Portal contain public keys used for decrypting outbound mail before relaying it to its destination.
The cherry on top is that the online store won't have access to your personal email. So if they start spamming you, you can stop the email alias.