lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Replying from my mobile, but take a look at Prosody's source (grep for pbkdf in util/). Prosody supports secure password hashing using it in the latest version. It's pure Lua and not terribly slow.

Regards,
Matthew

On 20 Jul 2011 22:57, "David Hollander" <dhllndr@gmail.com> wrote:

Is anyone aware of a Lua library for Scrypt, PBKDF2, or BCrypt that
runs under Linux?