Unixutils-1.47: A crude interface between Haskell and Unix-like operating systems

Portabilitynon-portable (requires POSIX)
Stabilityprovisional
Maintainerjeremy@seereason.com

System.Unix.Crypt

Description

support for crypt() and etcshadow

Synopsis

Documentation

cryptSource

Arguments

:: String

key

-> String

salt

-> IO String

encrypted password

calls crypt(3)