Question: Can zero knowledge proofs be used to verify the contents of a cipher text? #1 #2
-
Hey, Trying to get to grips with zero-knowledge proofs. They seem to be useful for verifying that a user knows a value but can they be used to verify the contents of a cipher text? What I'm looking for ultimately is some function f which is able to inspect a cipher text and verify that it encrypts a particular plain text x. Hash(x) = f(Encrypt(x)) Sorry if this question is not welcome here. I have been struggling with this question for a while and if anybody might have a definitive answer, thought it might be an author of this repo. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
please reference this link. |
Beta Was this translation helpful? Give feedback.
https://crypto.stackexchange.com/questions/100729/is-it-possible-to-prove-that-an-encrypted-message-was-encrypted-with-some-public
please reference this link.