.NET SHA256Cng (SHA256 Bcrypt?)
#1
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/dotnet...work-4.8.1

Reading the article it says:
Quote:Provides a Cryptography Next Generation (CNG) implementation of the Secure Hash Algorithm (SHA) for 256-bit hash values.
...
It uses the BCrypt (BestCrypt) layer CNG.

I'm assuming this is similar to m28400 bcrypt(sha512) but with sha256?
Also the salt seems quite long, when converted from Base64 the salt is 96 bits and hash is 256 bits.

Any idea if hashcat modes can cater for this?
Reply


Messages In This Thread
.NET SHA256Cng (SHA256 Bcrypt?) - by mobbarley - 03-24-2024, 08:54 AM
RE: .NET SHA256Cng (SHA256 Bcrypt?) - by DanielG - 03-25-2024, 10:11 AM
RE: .NET SHA256Cng (SHA256 Bcrypt?) - by DanielG - 03-25-2024, 12:04 PM
RE: .NET SHA256Cng (SHA256 Bcrypt?) - by DanielG - 03-25-2024, 02:37 PM