Encrypting Analytical Web Applications
Title | Encrypting Analytical Web Applications |
Publication Type | Conference Paper |
Year of Publication | 2016 |
Authors | Fuhry, Benny, Tighzert, Walter, Kerschbaum, Florian |
Conference Name | Proceedings of the 2016 ACM on Cloud Computing Security Workshop |
Date Published | October 2016 |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-4572-9 |
Keywords | android encryption, Encrypted database, encrypted web application, homomorphic encryption, Human Behavior, Metrics, pubcrawl, Resiliency, Scalability, stateless proxy |
Abstract | The software-as-a-service (SaaS) market is growing very fast, but still many clients are concerned about the confidentiality of their data in the cloud. Motivated hackers or malicious insiders could try to steal the clients' data. Encryption is a potential solution, but supporting the necessary functionality also in existing applications is difficult. In this paper, we examine encrypting analytical web applications that perform extensive number processing operations in the database. Existing solutions for encrypting data in web applications poorly support such encryption. We employ a proxy that adjusts the encryption to the level necessary for the client's usage and also supports additively homomorphic encryption. This proxy is deployed at the client and all encryption keys are stored and managed there, while the application is running in the cloud. Our proxy is stateless and we only need to modify the database driver of the application. We evaluate an instantiation of our architecture on an exemplary application. We only slightly increase page load time on average from 3.1 seconds to 4.7. However, roughly 40% of all data columns remain probabilistic encrypted. The client can set the desired security level for each column using our policy mechanism. Hence our proxy architecture offers a solution to increase the confidentiality of the data at the cloud provider at a moderate performance penalty. |
URL | http://doi.acm.org/10.1145/2996429.2996438 |
DOI | 10.1145/2996429.2996438 |
Citation Key | fuhry_encrypting_2016 |