Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pchaigno/covertchannels
A set of covert channels
https://github.com/pchaigno/covertchannels
Last synced: about 2 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T12:09:33.000Z (over 8 years ago)
- Last Synced: 2024-10-13T22:47:23.518Z (3 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.