Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwn2winctf/NIZKCTF
Upstream for Non Interactive Zero Knowledge CTF platform
https://github.com/pwn2winctf/NIZKCTF
Last synced: 1 day ago
JSON representation
Upstream for Non Interactive Zero Knowledge CTF platform
- Host: GitHub
- URL: https://github.com/pwn2winctf/NIZKCTF
- Owner: pwn2winctf
- Created: 2018-04-19T00:07:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T23:04:20.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:09:23.604Z (3 months ago)
- Language: Python
- Homepage: http://game.pwn2win.party/NIZKCTF/
- Size: 214 KB
- Stars: 10
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NIZKCTF upstream repository
This is the upstream repository for the Non-Interactive Zero-Knowledge CTF platform, a distributed and openly auditable CTF platform that uses zero-knowledge cryptographic proofs to submit and verify the flags for Capture The Flag competitions. It works from command line, but we also have a [javascript version](https://github.com/pwn2winctf/NIZKCTF-js) to have an easier and more friendly interface.
The paper describing the platform can be found [here](https://arxiv.org/pdf/1708.05844.pdf).
If you want to host your CTF using the platform, fork this repository and follow the instructions on the [NIZKCTF-tutorial repository](https://github.com/pwn2winctf/nizkctf-tutorial). We have also developed a [dynamic provisioner](https://github.com/pwn2winctf/NIZKCTF-provisioning) for isolated challenges if you need it. Contact us if you need any help.