Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Custom hash implementation - looking for developer (paid)
Post: RE: Custom hash implementation - looking for devel...

Chick3nman Wrote: (04-24-2021, 10:13 PM) -- Post details about the algorithm and someone may help you if/when they have time. -- I have updated the original post with additional information. Tha...
Jack19001 hashcat 3 11,084 04-25-2021, 09:18 AM
    Thread: Custom hash implementation - looking for developer (paid)
Post: Custom hash implementation - looking for developer...

Hi, Iam not sure if this is the right place but iam looking for a developer who can implement a custom algorithm what's based on two already existing algorithms in hascat. Sent me a DM when interes...
Jack19001 hashcat 3 11,084 04-24-2021, 07:03 PM
    Thread: PBKDF2 double hash
Post: RE: PBKDF2 double hash

Hi, Thank you for the recommendations. I created the module and now working on the kernel but i'm still struggling how to call the same function / pbkdf2-sha256 algorithm again with the outcome ...
Jack19001 hashcat 4 8,632 02-09-2021, 09:06 PM
    Thread: PBKDF2 double hash
Post: PBKDF2 double hash

Hi, I have the following code: var outcome1Hex = PBKDF2(passphrase, salt, SHA256); var outcome2Hex = PBKDF2(outcome1Hex, salt, SHA256); The first line can be easily be done with mode 10900 (...
Jack19001 hashcat 4 8,632 02-05-2021, 11:32 AM