somesocks / lua-lockbox

A collection of cryptographic primitives written in pure Lua
MIT License
357 stars 74 forks source link

pbkdf is secure ? #11

Closed florindumitru closed 8 years ago

florindumitru commented 8 years ago

"Several weak or broken primitives are implemented in this library, for research or legacy reasons." pbkdf is secure ?

somesocks commented 8 years ago

As far as I know, there are no theoretical or practical pre-image attacks against PBKDF2, and its still recommended for use by NIST, so yes?

Perhaps you could elaborate?