Do any of my mutuals understand Homomorphic encryption?
https://en.wikipedia.org/wiki/Homomorphic_encryption
Full disclosure - I have not read all of this, but it's coming up more and more in my tech circles and could use an "explain it like i'm five" approach here for initial understanding.
@chuck I can try :)
Basically with certain cryptographic systems you can perform certain operations on the crypto stream that would have a predictable effect on the plaintext stream that doesn't require you to know the key.
As a really simple example, say you had an xor based stream cipher (RC4 for a concrete example), and you have the additional requirement that everything in the cipher is alphabetic. You could toggle the case of the entire ciphertext with just XORing the whole with 0x20.