Skip to main content
Version: 2023.4

6.4. Homomorphic Encryption

Homomorphic encryption is a form of encryption that allows to perform calculations on encrypted data without decrypting it first. The result of such computation is produced in encrypted form. When decrypted, the output is the same as if the calculations had been performed on the unencrypted data. [WikiHE]

Working in conjunction with virtualization, homomorphic encryption allows Eazfuscator.NET to achieve the state of indistinguishable obfuscation for the specific parts of obfuscated programs.

Homomorphic encryption is automatically applied to all virtualized methods.

More information on homomorphic encryption