> The High-Level Idea ... where di,j=EncDK2(wi,j), ci=EncRK1(Di) and ptr(ci) is a pointer to ciphertext c My eyes just glaze over when even the "high-level explanation" jumps into formal notation like this. I wish the article would spend a few more sentences explaining each of the 6 ideas in plain English and with simple examples. Here, I'll do a high-level explanation of idea #1, property-preserving encryption: Imag…
[deleted]
How to Search on Encrypted Data (2013)
11–14 of 14 posts
Re: How to Search on Encrypted Data (2013)
#12> The High-Level Idea ... where di,j=EncDK2(wi,j), ci=EncRK1(Di) and ptr(ci) is a pointer to ciphertext c My eyes just glaze over when even the "high-level explanation" jumps into formal notation like this. I wish the article would spend a few more sentences explaining each of the 6 ideas in plain English and with simple examples. Here, I'll do a high-level explanation of idea #1, property-preserving encryption: Imag…
Re: How to Search on Encrypted Data (2013)
#13Sunscreen could be used: https://docs.sunscreen.tech/fhe/fhe_programs/pir_intro.html >With private information retrieval (PIR), a user can retrieve an item from a database without revealing to the server which item she's interested in. PIR is useful for both web2 and web3 applications. In web2, for example, PIR can be used to help detect harmful images in end-to-end encrypted messaging. For private cryptocurrencies,…
Re: How to Search on Encrypted Data (2013)
#14I wonder if zk can be used?