https://github.com/tethik/mixnet
Mixnet with abort and error tracing. Bachelor's project
https://github.com/tethik/mixnet
Last synced: about 1 year ago
JSON representation
Mixnet with abort and error tracing. Bachelor's project
- Host: GitHub
- URL: https://github.com/tethik/mixnet
- Owner: Tethik
- License: gpl-3.0
- Created: 2013-04-06T07:07:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-13T00:24:38.000Z (about 13 years ago)
- Last Synced: 2025-02-13T18:37:46.007Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 863 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
mixnet
======
A mixnet is a tool to provide anonymity for a group of senders by use of proxy servers. Each proxy server supplies a public key which a sender encrypts one layer on top of its a message with.
This means that the message should not be traceable back to the sender, but instead to the group of senders.
This is a mixnet with abort and error tracing based on a more formal protocol. This means that it should be able to detect if
a mixnode or sender is misbehaving, and abort before each message is revealed.
* Lol, what testing?
* Does not support error tracing at the moment, but should abort depending on different circumstances.
Comes with a sample application for voting.