paper-with-me

홈 › Papers

Panda: Partitioned Data Security on Outsourced Sensitive and Non-sensitive Data

2020-05-13 · Sharad Mehrotra, Shantanu Sharma, Jeffrey D. Ullman, Dhrubajyoti Ghosh, Peeyush Gupta

Despite extensive research on cryptography, secure and efficient query processing over outsourced data remains an open challenge. This paper continues along with the emerging trend in secure data processing that recognizes that the entire dataset may not be sensitive, and hence, non-sensitivity of data can be exploited to overcome limitations of existing encryption-based approaches. We, first, provide a new security definition, entitled partitioned data security for guaranteeing that the joint processing of non-sensitive data (in cleartext) and sensitive data (in encrypted form) does not lead to any leakage. Then, this paper proposes a new secure approach, entitled query binning (QB) that allows secure execution of queries over non-sensitive and sensitive parts of the data. QB maps a query to a set of queries over the sensitive and non-sensitive data in a way that no leakage will occur due to the joint processing over sensitive and non-sensitive data. In particular, we propose secure algorithms for selection, range, and join queries to be executed over encrypted sensitive and cleartext non-sensitive datasets. Interestingly, in addition to improving performance, we show that QB actually strengthens the security of the underlying cryptographic technique by preventing size, frequency-count, and workload-skew attacks.

📄 PDF Abstract BibTeX arXiv:2005.06154

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Partitioned Data Security on Outsourced Sensitive and Non-sensitive Data

2018-12-20 · Sharad Mehrotra, Shantanu Sharma, Jeffrey D. Ullman, Anurag Mishra

Despite extensive research on cryptography, secure and efficient query processing over outsourced data remains an open challenge. This paper continues along the emerging trend in secure data processing that recognizes th…

Semantic, Efficient, and Secure Search over Encrypted Cloud Data

2020-02-24 · Fateh Boucenna

Companies and individuals demand more and more storage space and computing power. For this purpose, several new technologies have been designed and implemented, such as the cloud computing. This technology provides its u…

Cloud Computing

ABG: A Multi-Party Mixed Protocol Framework for Privacy-Preserving Cooperative Learning

2022-02-07 · Hao Wang, Zhi Li, Chunpeng Ge, Willy Susilo

Cooperative learning, that enables two or more data owners to jointly train a model, has been widely adopted to solve the problem of insufficient training data in machine learning. Nowadays, there is an urgent need for i…

BIG-bench Machine LearningFederated LearningPrivacy Preserving

Decision Tree Classification on Outsourced Data

2016-10-18 · Koray Mancuhan, Chris Clifton

This paper proposes a client-server decision tree learning method for outsourced private data. The privacy model is anatomization/fragmentation: the server sees data values, but the link between sensitive and identifying…

ClassificationGeneral Classification

Outsourced Bayesian Optimization

2020-01-01 · ICML 2020 1 · Dmitrii Kharkovskii, Zhongxiang Dai, Bryan Kian Hsiang Low

This paper presents the outsourced-Gaussian process-upper confidence bound (O-GP-UCB) algorithm, which is the first algorithm for privacy-preserving Bayesian optimization (BO) in the outsourced setting with a provable pe…

Bayesian OptimizationPrivacy Preserving