Homomorphic Encryption
Homomorphic encryption is a way of scrambling data so it stays protected even while it is being used, not just while it is stored or sent. It allows calculations to be performed directly on the encrypted data without first unscrambling it, so the underlying information is not exposed during processing. This makes it possible to analyze or compute on sensitive data in environments that are not fully trusted.
Homomorphic encryption is a form of encryption that permits computations to be carried out directly on ciphertext, producing an encrypted result that, when decrypted, corresponds to the outcome of the operations as if they had been performed on the plaintext. As commonly described, it keeps data encrypted during storage, transfer, and processing, distinguishing it from conventional schemes that require decryption before computation. Fully homomorphic encryption (FHE) refers to schemes supporting a broad range of computations on encrypted data and is frequently positioned as a mechanism for enabling work on untrusted domains. Note that the evidence provided does not detail specific schemes, performance characteristics, or supported operation types (for example, partially versus fully homomorphic variants beyond the FHE reference), so those distinctions are out of scope here.
Why it matters
Homomorphic encryption addresses a persistent gap in data protection: most conventional encryption safeguards data at rest (in storage) and in transit (during transfer), but requires decryption before the data can be processed or analyzed. That decryption step creates a window of exposure, particularly when computation happens in environments that are not fully trusted. By allowing computations to be carried out directly on ciphertext, homomorphic encryption is positioned as a way to keep data protected across storage, transfer, and processing, reducing the points at which sensitive information is exposed.
Who it's relevant to
Inside HE
Common questions
Answers to the questions practitioners most commonly ask about HE.