Short and simple tut on how to use MySQL database to store your pre-computed WPA tables.
This assumes you have Pyrit and and MySQL installed and working have and correctly set pyrit up for opencl / cuda support.
Fire up a terminal.
apt-get install python-sqlalchemy python-mysqldb -y
mysql -u root -pyourpasswd
> create database mydb;
vi ~/.pyrit/config
# Change
--------------
default_storage = file://
default_storage = mysql://root:yourpasswd@localhost/mydb
---------------
Done.
Last edited by Si2006; 11-19-2012 at 05:14 PM. Reason: For R3 Dis
______________
Tarmac Terrorist