OpenSecEd / sidechannels

A learning module on Side Channels and Covert Channels
2 stars 1 forks source link

Module: Side Channels (sidechannels)

This is a learning module on Side Channels. It's aim is to give the students an understanding of the problem with side channels and covert channels.

The module is part of the Open Security Education project and the maintainer is Daniel Bosk. The latest release can be found under releases. You can safely link directly to the PDFs found there.

File Structure and Building

To build the PDFs, after cloning the repository you must clone its required submodules:

$ git submodule update --recursive --init

Then you can go into the directory of the desired document and run make. The source files are structured as follows:

In each directory the files are structured as follows:

To contribute, please fork the repository, make your changes, commit them and then create a pull request in the original repository.