[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Secure password hashing: Scrypt, PBKDF2, or BCrypt binding?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 21 Jul 2011 09:14:51 -0300
> Is anyone aware of a Lua library for Scrypt, PBKDF2, or BCrypt that
> runs under Linux?
Do you mean a pure Lua library or would a Lua binding to a C library do?
If there is a C library for Scrypt, it should be easy to write a Lua
binding for it.
However, I did not find a C library for Scrypt. The closest thing I found
was the scrypt utility, but it does not contain a standalone library,
though it seems that one could be extracted without much work.
http://www.tarsnap.com/scrypt.html