Changes

Tutorial B6 Breaking AES (Manual CPA Attack)

69 bytes removed, 15:02, 18 May 2016
Setting Up the Project: Removed weird command (?)
Initially, we'll be using Python interactively. This means to just run <code>python</code> at the command prompt, and enter commands into the window. Later we'll move onto writing a simple script which executes these commands.
Note if you want to use matplotlib, and are running a native Python installation, you may need to install that package. If the <code>import matplotlib</code> command listed in the next section fails, you'll need to install these, which again for Windows you can get from the [http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyparsing Pre-Built Windows Binaries].
 
<blockquote>matplotlib python-dateutil pyparsing six
</blockquote>
== Exploring the Trace Data ==
Approved_users
510
edits