Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Developing and Compiling
Post: Developing and Compiling

What tools (IDE if any) compiler etc are being used to develop (alter) and debug this software on linux and windows. Any particular flavour of linux prefered. Billy
WJHumphreys hashcat 1 7,043 06-25-2016, 06:23 PM
    Thread: Double SHA1
Post: RE: Double SHA1

I think looking at the amount off possibilities there are trying to reverse the base 10 back into Hex that writing custom hash code is more feasible.
WJHumphreys Old oclHashcat Support 9 32,696 06-21-2016, 03:53 PM
    Thread: Double SHA1
Post: RE: Double SHA1

Is this something done within Hashcat so to speak or something I write externally. I can write some code externally easily enough I was just not trying to re invent the wheel if its already built in.
WJHumphreys Old oclHashcat Support 9 32,696 06-21-2016, 02:28 PM
    Thread: Double SHA1
Post: RE: Double SHA1

I see from the docs that the switch you suggest is for: 300 = MySQL4.1/MySQL5 This doesnt seem to address the conversion of the Hex to Base 10. Doesnt MySql output its hash as Hex?
WJHumphreys Old oclHashcat Support 9 32,696 06-20-2016, 01:36 PM
    Thread: Double SHA1
Post: RE: Double SHA1

I agree but to be fair this is old code and just something I was using as a test to see how Hashcat worked. Personally I wouldnt use SHA1 at all anymore.
WJHumphreys Old oclHashcat Support 9 32,696 06-20-2016, 12:50 AM
    Thread: Double SHA1
Post: RE: Double SHA1

No its converted by iterating a Byte array of Hex values converting each one in turn into a base 10 value then appending to a string as described. Seems simple on first look but its made it a little ...
WJHumphreys Old oclHashcat Support 9 32,696 06-20-2016, 12:14 AM
    Thread: Double SHA1
Post: Double SHA1

Hi all, Im quite new to using Hashcat. My first database I happen to have Im testing against to which I also have the source to how it was hashed is proving more difficult that I thought. It has b...
WJHumphreys Old oclHashcat Support 9 32,696 06-19-2016, 11:40 PM