Files
pse.dev/content/projects/tlsn.md
Kalidou Diagne 5b37e78e6f feat: remove internationalization + clean up
- remove internationalization
2025-06-07 19:28:58 +09:00

1.7 KiB

id, name, image, section, projectStatus, category, tldr, license, tags, links, extraLinks
id name image section projectStatus category tldr license tags links extraLinks
tlsn TLSNotary tlsn.webp pse active devtools A protocol for creating cryptographic proofs of authenticity for any data on the web. MIT or Apache-2.0
themes types builtWith keywords
build
play
Legos/dev tools
Infrastructure/protocol
Plugin
Application
rust
Anonymity/privacy
Identity
Reputation
Data portability
zkTLS
github website discord twitter
https://github.com/tlsnotary https://tlsnotary.org/ https://discord.gg/9XwESXtcN7 https://x.com/tlsnotary
play learn
label url
Getting started https://tlsnotary.org/docs/quick_start/
label url
Documentation https://tlsnotary.org/docs

TLSNotary is ideal for developers of privacy-focused projects that require data provenance from secure web servers. It leverages the widely-used Transport Layer Security (TLS) protocol to securely and privately prove that a transcript of communications with a web server took place. The protocol divides TLS session keys between two parties: the Prover and the Verifier, using Multi-Party Computation (MPC). Neither the User nor Notary are in possession of the full TLS session keys, they only hold a share of those keys. This retains the security assumptions of TLS while allowing the Prover to demonstrate the authenticity of the communication to the Verifier. The Verifier remains unaware of which webserver is being queried, and the Verifier never has access to the unencrypted communications, except for the data the Prover explicitly wants to disclose.

TLSNotary can help your project with secure and privacy-preserving data portability!