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

Copyright(c) 2010
LicenseBSD3
Maintainerjeremy@seereason.com
Stabilityprovisional
Portabilitynon-portable (requires POSIX)
Safe HaskellSafe-Inferred
LanguageHaskell98

System.Unix.Crypt

Description

support for crypt() and etcshadow

Synopsis

Documentation

crypt Source

Arguments

:: String

key

-> String

salt

-> IO String

encrypted password

calls crypt(3)