Visible to the public JCrypt: Towards Computation over Encrypted Data

TitleJCrypt: Towards Computation over Encrypted Data
Publication TypeConference Paper
Year of Publication2016
AuthorsDong, Yao, Milanova, Ana, Dolby, Julian
Conference NameProceedings of the 13th International Conference on Principles and Practices of Programming on the Java Platform: Virtual Machines, Languages, and Tools
PublisherACM
Conference LocationNew York, NY, USA
ISBN Number978-1-4503-4135-6
Keywordsdata 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.

URLhttp://doi.acm.org/10.1145/2972206.2972209
DOI10.1145/2972206.2972209
Citation Keydong_jcrypt:_2016