Difference between revisions of "GPU610/DPS915 MCM Decrypt"
(→Output) |
(→Topic) |
||
Line 12: | Line 12: | ||
repositories I found a relatively simplistic C program (which I am planning on converting to C++ at a later date) | repositories I found a relatively simplistic C program (which I am planning on converting to C++ at a later date) | ||
that is used to decrypt MYSQL passwords given the MYSQL hash of the password. | that is used to decrypt MYSQL passwords given the MYSQL hash of the password. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==== Profiling And Running ==== | ==== Profiling And Running ==== |
Revision as of 17:03, 1 November 2013
Contents
Project Name Goes here
Team Members
Progress
Assignment 1
Topic
I have always been interested in computer security, and especially interested in the algorithms used encrypt the passwords that are stored in various databases. After browsing around multiple open source code repositories I found a relatively simplistic C program (which I am planning on converting to C++ at a later date) that is used to decrypt MYSQL passwords given the MYSQL hash of the password.
Profiling And Running
Below you will see a compilation and example run of the application with the hash 29bad1457ee5e49e (which equals the password pass (a small password so I could test the application in a short period of time).