Fully Homomorphic Encryption lets us operate over encrypted data. Is there something analogous that let us operate over plaintexts directly, without knowing the circuit?
For example, let's say that I store AES of the user's password, and I want to be able to change the user's password to password +1
at my will without interacting with him. The user would be able to send me a circuit that decrypts the AES, adds +1 to the password, and re-encrypts it. The difference from FHE here is that I would be able to see the result AES(password+1)
in plaintext, where in FHE I'd have the FHE(AES(password+1))