rfc2898DeriveBytes
#3
(10-01-2018, 11:51 AM)undeath Wrote: What is "rfc2898DeriveBytes" supposed to be? RFC2898 specifies mulitple KDFs, one of them being the supported PBKDF2 algorithm.

But anyway, all the algorithms in that RFC are not recommended nowadays. Use argon2, scrypt or bcrypt (in that order of preference).

Thank you very much for your response and your recommendation

For now, has to be this algorithm , because it is used in the old App. I can´t change it in this version. 

So, I have read and hashcat support :

  • PBKDF2-HMAC-MD5
  • PBKDF2-HMAC-SHA1
  • PBKDF2-HMAC-SHA256
  • PBKDF2-HMAC-SHA512
So if I want to try, how can be used? Because I don´t see the argument of iterations, pass and salt.

Sorry if this question don´t have sense. I never used hashcat, I was looking for testing penetrations and I found it, I decide to try it.


Thanks you.
Regards


Messages In This Thread
rfc2898DeriveBytes - by quiya - 10-01-2018, 11:42 AM
RE: rfc2898DeriveBytes - by undeath - 10-01-2018, 11:51 AM
RE: rfc2898DeriveBytes - by quiya - 10-01-2018, 12:11 PM
RE: rfc2898DeriveBytes - by undeath - 10-01-2018, 01:38 PM
RE: rfc2898DeriveBytes - by quiya - 10-01-2018, 01:49 PM