An open API service indexing awesome lists of open source software.

https://github.com/symbolicsoft/duckyzip

Provably Honest Global Linking Service
https://github.com/symbolicsoft/duckyzip

privacy-enhancing-technologies smart-contracts verifiable-random-function

Last synced: 5 days ago
JSON representation

Provably Honest Global Linking Service

Awesome Lists containing this project

README

          

# DuckyZip

DuckyZip is a provably honest global linking service which links short memorable identifiers to arbitrarily large payloads (URLs, text, documents, archives, etc.) without being able to undetectably provide different payloads for the same short identifier to different parties. DuckyZip uses a combination of Verifiable Random Function (VRF)-based zero knowledge proofs and a smart contract in order to provide strong security guarantees: despite the transparency of the smart contract log, observers cannot feasibly create a mapping of all short identifiers to payloads that is faster than O(n) classical enumeration.

[Read Paper](https://eprint.iacr.org/2023/1069) - [Try It](https://ducky.zip)

**This is a proof-of-concept implementation that is under active development.**