Files
pse.dev/content/projects/zk-email.md
Kalidou Diagne 31763f7662 feat: PageSpeed Insights improvements (#545)
* feat: PageSpeed Insights improvements
2025-09-01 06:01:00 +02:00

21 lines
939 B
Markdown

---
id: "zk-email"
name: "ZK Email"
image: "zk-email.webp"
section: "collaboration"
projectStatus: "active"
category: "application"
tldr: "ZK Email is a library that allows for anonymous verification of email signatures while masking specific data."
tags:
themes: []
types: []
keywords: ["email", "identity", "anonymity/privacy", "DKIM", "signatures"]
builtWith: ["circom", "snarkjs", "halo2"]
links:
github: "https://github.com/zkemail"
twitter: "https://twitter.com/zkemail"
website: "https://zk.email/"
---
ZK Email is a library for anonymous verification of emails while selectively revealing specific data. It allows a prover to demonstrate receipt of an email from a specific sender or domain or the presence of certain text in the subject or body. This can be used for Web 2.0 interoperability, email recovery solutions of smart accounts, anonymous KYC, or to create interesting applications based on anonymity sets.