https://github.com/schmichael/minnow
Winnow and chaff example in golang
https://github.com/schmichael/minnow
Last synced: 12 months ago
JSON representation
Winnow and chaff example in golang
- Host: GitHub
- URL: https://github.com/schmichael/minnow
- Owner: schmichael
- License: unlicense
- Created: 2013-07-23T02:54:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T04:27:07.000Z (over 12 years ago)
- Last Synced: 2025-03-21T03:27:53.104Z (about 1 year ago)
- Language: Go
- Size: 242 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
minnow 鯫
========
Winnow and chaff example in golang
To run the server: ``go run winnow/winnow.go -secret="toomanysecrets"``
To run the test client:
```bash
go run chaff/chaff.go \
-secret toomanysecrets \
-message "Anybody want to shut down the Federal Reserve?"
```
See: http://people.csail.mit.edu/rivest/Chaffing.txt
And: http://en.wikipedia.org/wiki/Chaffing_and_winnowing
