https://github.com/pchaigno/covertchannels
A set of covert channels
https://github.com/pchaigno/covertchannels
Last synced: 7 months ago
JSON representation
A set of covert channels
- Host: GitHub
- URL: https://github.com/pchaigno/covertchannels
- Owner: pchaigno
- License: mit
- Created: 2014-09-05T16:45:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T12:09:33.000Z (about 9 years ago)
- Last Synced: 2025-01-22T05:17:12.868Z (9 months ago)
- Language: Python
- Homepage:
- Size: 944 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CovertChannels
==============A set of covert channels created for the Covert Communications class at Rochester Institute of Technology.
- [file_exists](https://github.com/pchaigno/CovertChannels/tree/master/file_exists/) - Encodes bits by creating/removing a temporary file. 2.24KiB/s with the second version.
- [git_hashes](https://github.com/pchaigno/CovertChannels/tree/master/git_hashes/) - Sends messages through the hashes of git commits.