Homomorphic Encryption

Noun · Security & Infosec

Definitions

  1. An encryption scheme that allows computation on encrypted data without decrypting it first — the result, when decrypted, matches the result of performing the same operations on the plaintext. Enables privacy-preserving cloud computing but is still orders of magnitude slower than plaintext computation.

    In plain English: Encryption that lets you do math on data without decrypting it first, so the computer processing it never sees the actual data.

    Example: "With homomorphic encryption, the cloud service processes your medical data without ever seeing the unencrypted records."

Related Terms