Changes

Jump to: navigation, search

GPU610/DPS915 MCM Decrypt

392 bytes added, 18:03, 1 November 2013
Profile
==== Profile ====
 
After looking at the code and profiling it, I believe that there are multiple areas which could be
parallelized and optimised to reduce the execution time significantly. Most of the execution time takes place in
the brute(char const*) and hash_password(unsigned long*, char const*) functions, so I will focus most of my effort
and time into those areas when the time comes to optimise them.
[[File:Mysql_profile.png|border]] <br>

Navigation menu