crypt — Encrypts a string
string crypt (
)
UNENCRYPTED
Encrypts the string UNENCRYPTED using the standard password encryption provided by the system.
crypt ("readable") -> "Y2PEyAiaeaFy6"