latchset/clevis

Number of pbkdf2 iterations

savchenko opened this issue · 2 comments

Is there a reason behind the chosen number of 1000 iterations? OWASP currently recommends:

[...] PBKDF2 with a work factor of 600,000 or more and set with an internal hash function of HMAC-SHA-256.

Reasoning for that numbers are described in next commit:
7159630

More detailed information here:
https://bugzilla.redhat.com/show_bug.cgi?id=1979256

Got it, thanks.