Unixutils-1.54.2: 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
LanguageHaskell2010

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)