Defining an algorithim
#1
I need to crack an sha256 hash

I know that the encrypted string follows this pattern

#-XXXXXXXXXX

#= A number generated between 1 and 25
X= Character generated from one of the below

abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890

So it could be something like this:

20-2lje2ezTvu

or

2-wa4tnSoYWB

I wrote a code for this in java but that uses CPU and is super slow.
Assuming I use hashcat-gui and oclHashcat-lite what exactly do I put in.
Anyone interested in the java code: http://pastebin.com/fqddhKjJ

Thanks for the help everyone!


Messages In This Thread
Defining an algorithim - by savvamadar15 - 09-26-2013, 06:35 AM
RE: Defining an algorithim - by epixoip - 09-26-2013, 06:38 AM
RE: Defining an algorithim - by savvamadar15 - 09-26-2013, 06:44 AM
RE: Defining an algorithim - by epixoip - 09-26-2013, 07:06 AM
RE: Defining an algorithim - by philsmd - 09-26-2013, 07:28 AM
RE: Defining an algorithim - by savvamadar15 - 09-26-2013, 07:34 AM
RE: Defining an algorithim - by philsmd - 09-26-2013, 07:40 AM
RE: Defining an algorithim - by epixoip - 09-26-2013, 07:48 AM
RE: Defining an algorithim - by savvamadar15 - 09-26-2013, 07:30 AM
RE: Defining an algorithim - by powderspecial600 - 10-25-2013, 11:41 PM
RE: Defining an algorithim - by epixoip - 10-26-2013, 02:38 AM