Using In-Memory Encrypted Databases on the Cloud
Francesco Pagano, Davide Pagano

TL;DR
This paper presents an implementation and benchmarking of an in-memory encrypted database system that enables secure data sharing and access control in cloud environments, addressing privacy concerns with a practical solution.
Contribution
It introduces a novel approach using an in-memory RDBMS with row-level encryption for cloud data privacy, demonstrating its effectiveness through implementation and benchmarking.
Findings
Effective data encryption and access control achieved
System overcomes complexity issues of traditional methods
Benchmark results show promising performance
Abstract
Storing data in the cloud poses a number of privacy issues. A way to handle them is supporting data replication and distribution on the cloud via a local, centrally synchronized storage. In this paper we propose to use an in-memory RDBMS with row-level data encryption for granting and revoking access rights to distributed data. This type of solution is rarely adopted in conventional RDBMSs because it requires several complex steps. In this paper we focus on implementation and benchmarking of a test system, which shows that our simple yet effective solution overcomes most of the problems.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Privacy-Preserving Technologies in Data · Cloud Data Security Solutions
