How does equality operator in queryable encryption?

I’m trying to understand Queryable Encryption.

How will the equality operator work if the encryption generates random ciphertext each time?

Or will the value get decrypted and stored in-memory for querying?

Hi @Raghu_c

Or will the value get decrypted and stored in-memory for querying?

No value gets decrypted in the server or in transit at any time. It only gets decrypted in the client.

To learn how it works, you might be interested in:

Best regards
Kevin

3 Likes

Thanks for the links. More things to learn.

1 Like