# Intro to private computation (from the Enigma Blog)

**URL:** https://forum.scrt.network/t/intro-to-private-computation-from-the-enigma-blog/34
**Category:** Private Computation
**Created:** [June 19, 2018, 5:20pm UTC](https://forum.scrt.network/t/intro-to-private-computation-from-the-enigma-blog/34 "2018-06-19T17:20:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ainsley](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.scrt.network/ainsley/32/73_2.png) [@ainsley](https://forum.scrt.network/u/ainsley)
#### Post date: [June 19, 2018, 5:20pm UTC](https://forum.scrt.network/t/intro-to-private-computation-from-the-enigma-blog/34/1 "2018-06-19T17:20:22Z")

</div>

This article gives an overview of some different techniques for computing over encrypted data.  
Specifically, it looks at and compares:

- Fully Homomorphic Encryption (FHE)
- Zero-Knowledge Proofs (ZKP)
- Secure Multi-Party Computation (sMPC)
- Deterministic and Order-preserving Encryptions (OPE)

> **[Computing Over Encrypted Data](https://blog.enigma.co/computing-over-encrypted-data-d36621458447)**
>
> Often described as the holy grail of security, computing over encrypted data, or more aptly defined in the literature as secure…
