It uses MPC and ZK to prove some data from a server (that uses TLS) is authentic given some request.

One of the simple demos is proving you received a DM from someone on twitter, without sharing your session token or login credentials with the other party.

Another idea is proving you know some exploit (think sql injection) without revealing how you did it.

Or proving you purchased some item off a website so you can review it on a neutral platform (amazon reviews but without amazon being able to manipulate the votes)

  • AtHeartEngineerOP
    link
    fedilink
    English
    29 months ago

    Its a bit more complicated than that. There is a fair bit of cryptography that happens where you basically cooperate with another party to communicate with the server in a way where you cant cheat.

    • JackbyDev
      link
      fedilink
      English
      29 months ago

      Yeah, I’m not being reductive, just trying to understand the mechanics. The notary is making requests on behalf of the other, right?