etamoo

Safe HaskellNone
LanguageHaskell2010

MOO.Builtins.Crypt

Synopsis

Documentation

crypt Source

Arguments

:: String

key

-> String

salt

-> IO (Maybe String)

encrypted password (or Nothing on error)

Encrypt a password using the POSIX crypt() function.