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
- Host: GitHub
- URL: https://github.com/symbolicsoft/duckyzip
- Owner: symbolicsoft
- License: gpl-3.0
- Created: 2023-07-11T10:00:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T20:20:15.000Z (almost 3 years ago)
- Last Synced: 2026-01-25T20:45:04.400Z (3 months ago)
- Topics: privacy-enhancing-technologies, smart-contracts, verifiable-random-function
- Language: Go
- Homepage: https://ducky.zip
- Size: 1.03 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.**