# Secure outsourced calculations with homomorphic encryption

**Authors:** Qi Wang, Dehua Zhou, Yanling Li

arXiv: 1812.00599 · 2018-12-04

## TL;DR

This paper presents new protocols for secure cloud data processing using homomorphic encryption and proxy cryptography, enabling privacy-preserving computations with flexible access control.

## Contribution

It extends traditional homomorphic encryption schemes to better suit cloud computing needs, supporting various calculations and enhancing security and access control.

## Key findings

- Protocols are proven correct and secure.
- Enhanced performance compared to recent methods.
- Supports flexible access control in cloud scenarios.

## Abstract

With the rapid development of cloud computing, the privacy security incidents occur frequently, especially data security issues. Cloud users would like to upload their sensitive information to cloud service providers in encrypted form rather than the raw data, and to prevent the misuse of data. The main challenge is to securely process or analyze these encrypted data without disclosing any useful information, and to achieve the rights management efficiently. In this paper, we propose the encrypted data processing protocols for cloud computing by utilizing additively homomorphic encryption and proxy cryptography. For the traditional homomorphic encryption schemes with many limitations, which are not suitable for cloud computing applications. We simulate a cloud computing scenario with flexible access control and extend the original homomorphic cryptosystem to suit our scenario by supporting various arithmetical calculations. We also prove the correctness and security of our protocols, and analyze the advantages and performance by comparing with some latest works.

---
Source: https://tomesphere.com/paper/1812.00599