CRFeb 26, 2015

Simple and Efficient Secret Sharing Schemes for Sharing Data and Image

arXiv:1502.07475v1
Originality Synthesis-oriented
AI Analysis

This addresses secure data protection from untrusted cloud providers, but it is incremental as it builds on existing secret sharing concepts with efficiency improvements.

The paper tackles the problem of secure data outsourcing by proposing efficient secret sharing schemes that avoid encryption and key management, achieving a trade-off between security and efficiency using (2,3) or (2,4) threshold schemes for lossless image sharing.

Secret sharing is a new alternative for outsourcing data in a secure way.It avoids the need for time consuming encryption decryption process and also the complexity involved in key management.The data must also be protected from untrusted cloud service providers.Secret sharing based solution provides secure information dispersal by making shares of the original data and distribute them among different servers.Data from the threshold number of servers can be used to reconstruct the original data.It is often impractical to distribute data among large number of servers.We have to achieve a trade off between security and efficiency.An optimal choice is to use a $(2,3)$ or $(2,4)$ threshold secret sharing scheme, where the data are distributed as shares among three or four servers and shares from any two can be used to construct the original data.This provides both security,reliability and efficiency.We propose some efficient and easy to implement secret sharing schemes in this regard based on number theory and bitwise XOR.These schemes are also suitable for secure sharing of images.Secret image sharing based on Shamir's schemes are lossy and involves complicated Lagrange interpolation.So the proposed scheme can also be effectively utilized for lossless sharing of secret images.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes