lua-users home
lua-l archive

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


steve donovan <steve.j.donovan@gmail.com> writes:
>> No, don't use a bare hash for storing passwords. Use the standard
>> crypt() function, or if you want to be even safer use bcrypt or
>> scrypt.
>
> If you're already using luaposix, then it has the standard crypt()
> available.

... and if you're on a non-ancient version of linux (well, anything
using glibc), the standard crypt function supports sha-256 and sha-512
as well...

-miles

-- 
Innards, n. pl. The stomach, heart, soul, and other bowels.