Homomorphic encryption (HE) is a form of encryption that allows specific mathematical operations—such as addition or multiplication—to be executed on ciphertext without requiring decryption. This property enables secure data aggregation and outsourced computation, as a third party (e.g., a cloud server) can process sensitive information while it remains encrypted. The result, when decrypted by the authorized data owner, is identical to performing the operations on the original, unencrypted data. This makes HE a cornerstone of privacy-preserving machine learning and secure multi-party computation.
