Enhancing Data Security by Making Data Disappear in a P2P Systems
Prashant Pilla

TL;DR
This paper proposes a secure data deletion method in P2P systems by encrypting data and managing keys in a distributed hash table, enhancing privacy and security even if data or keys are compromised.
Contribution
It introduces a novel architecture for making data disappear after a time limit in P2P networks, improving upon existing solutions with enhanced security measures.
Findings
The new architecture is more secure than previous solutions.
Implementation on Java platform demonstrates practical effectiveness.
Data remains secure even if encryption keys are compromised.
Abstract
This paper describes the problem of securing data by making it disappear after some time limit, making it impossible for it to be recovered by an unauthorized party. This method is in response to the need to keep the data secured and to protect the privacy of archived data on the servers, Cloud and Peer-to-Peer architectures. Due to the distributed nature of these architectures, it is impossible to destroy the data completely. So, we store the data by applying encryption and then manage the key, which is easier to do as the key is small and it can be hidden in the DHT (Distributed hash table). Even if the keys in the DHT and the encrypted data were compromised, the data would still be secure. This paper describes existing solutions, points to their limitations and suggests improvements with a new secure architecture. We evaluated and executed this architecture on the Java platform and…
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
TopicsPrivacy-Preserving Technologies in Data · Peer-to-Peer Network Technologies · Advanced Data Storage Technologies
