3 ms·
> Image classification without the server seeing the image. Does a given plain image always result in the same encrypted payload?
by grg0 2mo ago
> Image classification without the server seeing the image.
Does a given plain image always result in the same encrypted payload?
- Pro7ech 2mo agoIt uses randomized symmetric encryption with fresh public randomness for every encryption. Ciphertexts are computationally indistinguishable from random and do not reveal whether two encryptions correspond to the same plaintext, different plaintexts, the same key, or different keys.