Datatset: Machine-Learning Side-Channel Attacks on the GALACTICS Constant-Time Implementation of BLISS
收藏资源简介:
This dataset accompanies the paper "Machine-Learning Side-Channel Attacks on the GALACTICS Constant-Time Implementation of BLISS". It was used to experimentally prove the presented attack strategies on real hardware. The corresponding source code for all three attacks is also publicly available. A detailed description of how the data was obtained can be found in the paper. Section 4 precisely describes the experimental setup. Prerequisites: <pre><code class="language-bash">sudo apt-get install p7zip</code></pre> Extract the data: <pre><code class="language-bash">7z x galactics_attack_data.7z</code></pre> Running the attacks: The source code to run the three presented attacks can be found on Github. The instructions on how to use the python code can be obtained from the corresponding README. Re-using the dataset: The dataset consists of <em>.pickle</em> and <em>.bin</em> files. The <em>.pickle</em> files can be read using Pythons Pandas library. Python access functions for the <em>.bin</em> files are also provided.



