Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Hashcat doesn't use my video card
Post: RE: Hashcat doesn't use my video card

It is going to be because of your drivers and CUDA install. Follow the instructions here: https://hashcat.net/faq/wrongdriver
mobbarley hashcat 3 752 03-27-2024, 05:46 AM
    Thread: .NET SHA256Cng (SHA256 Bcrypt?)
Post: RE: .NET SHA256Cng (SHA256 Bcrypt?)

DanielG Wrote: (03-25-2024, 02:37 PM) -- Turns out hashcat does have a mode using utf16le. Mode 1440 = sha256($salt.utf16le($pass)). It does not however encode the salt for you, this must be done man...
mobbarley hashcat 7 1,272 03-26-2024, 02:07 AM
    Thread: .NET SHA256Cng (SHA256 Bcrypt?)
Post: RE: .NET SHA256Cng (SHA256 Bcrypt?)

Of course I attempted the crack with m1420 and candidate ';hashcat' but it appears to be not that simple :D
mobbarley hashcat 7 1,272 03-25-2024, 11:07 AM
    Thread: .NET SHA256Cng (SHA256 Bcrypt?)
Post: RE: .NET SHA256Cng (SHA256 Bcrypt?)

DanielG Wrote: (03-25-2024, 10:11 AM) -- You can run it at https://dotnetfiddle.net/V9crKz Perhaps somewhere in the code the pw is modified or represented in a different way. Without the rest of the...
mobbarley hashcat 7 1,272 03-25-2024, 10:45 AM
    Thread: .NET SHA256Cng (SHA256 Bcrypt?)
Post: RE: .NET SHA256Cng (SHA256 Bcrypt?)

Here's an example hash generated in the application -  password is 'hashcat' Code: -- 3tKJrhwSwvp1TG0w:s+ILzfJ6MOymVTnmeQAa2iDEoEeRdlu0MmWnzyADlvU= -- From the decompilation: Code: -- using ...
mobbarley hashcat 7 1,272 03-24-2024, 09:36 AM
    Thread: .NET SHA256Cng (SHA256 Bcrypt?)
Post: .NET SHA256Cng (SHA256 Bcrypt?)

Hi All, I'm looking to run hashes from an application I manage - decompiling the crypto dlls shows me that it uses the SHA256CNG Class from Microsoft .NET. https://learn.microsoft.com/en-us/dotne...
mobbarley hashcat 7 1,272 03-24-2024, 08:54 AM