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

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

System.Unix.Crypt

Description

support for crypt() and etcshadow

Synopsis

Documentation

cryptSource

Arguments

:: String

key

-> String

salt

-> IO String

encrypted password

calls crypt(3)