Trustless Distributed Symmetric-key Encryption
Florian Le Mou\"el, Maxime Godon, Renaud Brien, Erwan Beurier, Nora, Boulahia-Cuppens, Fr\'ed\'eric Cuppens

TL;DR
This paper introduces a trustless threshold symmetric-key encryption scheme that eliminates the need for a trusted third party, enhancing security and decentralization in cryptographic operations.
Contribution
It presents the first dealer-free threshold symmetric-key encryption scheme, removing reliance on a trusted third party and ensuring no entity can fully access the secret keys.
Findings
Setup phase has moderate additional cost
Encryption and decryption performance comparable to original algorithms
Proof of concept implemented and evaluated in Python
Abstract
Threshold cryptography has gained momentum in the last decades as a mechanism to protect long term secret keys. Rather than having a single secret key, this allows to distribute the ability to perform a cryptographic operation such as signing or encrypting. Threshold cryptographic operations are shared among different parties such that a threshold number of them must participate in order to run the operation. This makes the job of an attacker strictly more difficult in the sense that they would have to corrupt at least a threshold number of parties to breach the security. Most works in this field focus on asymmetric-key schemes that allow threshold signing or decrypting. We focus on the symmetric-key setting, allowing both threshold encryption and threshold decryption. Previous work relies on the presence of a trusted third party. Such a party may not exist in some use cases, and it…
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 · Chaos-based Image/Signal Encryption · Cryptographic Implementations and Security
