search for: 20hashcat

Displaying 2 results from an estimated 2 matches for "20hashcat".

2020 Aug 30
2
PBKDF2 password hashing as in ASP.NET Core
Thank you for your reply. It's not that simple, though. Just because some core algorithms are standardised and should be compatible doesn't mean their use in different implementations leads to interoperable data. The key point here seems to be that Dovecot just supports SHA-1 with PBKDF2, not SHA-256. So I'm out of luck here. The different formats are no longer relevant then.
2020 Aug 30
0
PBKDF2 password hashing as in ASP.NET Core
...easoning for claiming that PBKDF2 is much secure than CRYPT-SHA512? Also, if you look at hashcat cracking speeds, you'll see that the speed of cracking is slower for CRYPT-SHA512 than for PBKDF2-SHA512. See https://github.com/siseci/hashcat-benchmark-comparison/blob/master/1x%20GTX%201080%20TI%20hashcat%20benchmark.txt Aki > On 30/08/2020 19:54 Yves Goergen <nospam.list at unclassified.de> wrote: > > > Thank you for your reply. > > It's not that simple, though. Just because some core algorithms are > standardised and should be compatible doesn't mean their...