lua-users home
lua-l archive

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


> 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