|
|
||
|
On Mon, May 21, 2012 at 8:15 PM, Tony Finch <[email protected]> wrote: > 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. steve d.