CRAug 31, 2020

ArchiveSafe: Mass-Leakage-Resistant Storage from Proof-of-Work

arXiv:2009.00086v2
AI Analysis

This addresses security for infrequently-accessed archival data by providing resistance against mass decryption, though it is incremental as it builds on existing encryption methods.

The paper tackles the problem of mass data leakage in archival storage by proposing a keyless encryption system that requires solving a cryptographic puzzle for decryption, making bulk decryption prohibitively expensive for attackers, with experimental results showing performance under varying file sizes and puzzle difficulties.

Data breaches-mass leakage of stored information-are a major security concern. Encryption can provide confidentiality, but encryption depends on a key which, if compromised, allows the attacker to decrypt everything, effectively instantly. Security of encrypted data thus becomes a question of protecting the encryption keys. In this paper, we propose using keyless encryption to construct a mass leakage resistant archiving system, where decryption of a file is only possible after the requester, whether an authorized user or an adversary, completes a proof of work in the form of solving a cryptographic puzzle. This proposal is geared towards protection of infrequently-accessed archival data, where any one file may not require too much work to decrypt, decryption of a large number of files-mass leakage-becomes increasingly expensive for an attacker. We present a prototype implementation realized as a user-space file system driver for Linux. We report experimental results of system behaviour under different file sizes and puzzle difficulty levels. Our keyless encryption technique can be added as a layer on top of traditional encryption: together they provide strong security against adversaries without the key and resistance against mass decryption by an attacker.

Foundations

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

Your Notes