Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coastalwhite/em-cache-timing-data-and-figures
Data and Figures Generation for my MSc Thesis on Cache Timing Attack using Electromagnetic Side-Channels
https://github.com/coastalwhite/em-cache-timing-data-and-figures
cache-timing electromagnetic side-channel-analysis
Last synced: about 1 month ago
JSON representation
Data and Figures Generation for my MSc Thesis on Cache Timing Attack using Electromagnetic Side-Channels
- Host: GitHub
- URL: https://github.com/coastalwhite/em-cache-timing-data-and-figures
- Owner: coastalwhite
- License: mit
- Created: 2023-07-22T16:04:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T16:05:18.000Z (over 1 year ago)
- Last Synced: 2024-10-14T03:05:05.366Z (2 months ago)
- Topics: cache-timing, electromagnetic, side-channel-analysis
- Language: Python
- Homepage:
- Size: 77.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EM Cache Timing Attacks: Data & Figure Generation
This is the raw data that was used for the figure generation for my MSc Thesis
on Cache Timing Attacks through Electromagnetic Side-Channel Analysis. This
README explains the contents of the data and how to generate the corresponding
figures.## Requirements
The following software is used to generate the figures. The generation should be
mostly version agnostic but the specific version is listed for future
compatibility.- python3 (3.11.3)
- matplotlib (3.7.2)
- numpy (1.12.1)
- GNU bash (5.1.16)
- tar (1.34)## Generating the Figures
The figures can be generated from the data using the `generate.sh` script.
This will extract the data to the `./extracted` directory and place pdfs for the
figures in the `figures` directory.```bash
./generate.sh
```## License
This data and code is licensed under a permissive MIT license.