JCrypt: Towards Computation over Encrypted Data
Title | JCrypt: Towards Computation over Encrypted Data |
Publication Type | Conference Paper |
Year of Publication | 2016 |
Authors | Dong, Yao, Milanova, Ana, Dolby, Julian |
Conference Name | Proceedings of the 13th International Conference on Principles and Practices of Programming on the Java Platform: Virtual Machines, Languages, and Tools |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-4135-6 |
Keywords | data confidentiality, Encryption Scheme Inference, information flow, Polymorphism, pubcrawl, security, virtual machine, virtual machine security |
Abstract | Cloud computing allows clients to upload data and computation to untrusted servers, which leads to potential violations to the confidentiality of client data. We propose JCrypt, a static program analysis which transforms a Java program into an equivalent one, so that it performs computation over encrypted data and preserves data confidentiality. JCrypt minimizes computation over encrypted data. It consists of two stages. The first stage is a type-based information flow analysis which partitions the program so that only sensitive parts need to be encrypted. The second stage is an inter-procedural data-flow analysis, similar to the classical Available Expressions. It deduces the appropriate encryption scheme for sensitive variables. We implemented JCrypt for Java and showed that our analysis is effective and practical using five benchmark suites. JCrypt encrypts a significantly larger percentage of benchmarks compared to MrCrypt, the closest related work. |
URL | http://doi.acm.org/10.1145/2972206.2972209 |
DOI | 10.1145/2972206.2972209 |
Citation Key | dong_jcrypt:_2016 |