February 2013
Intermediate to advanced
538 pages
20h 55m
English
crypt
string crypt(stringstring[, stringsalt])
Encrypts string using the DES
encryption algorithm seeded with the two-character salt value
salt. If salt is
not supplied, a random salt value is
generated the first time crypt() is
called in a script; this value is used on subsequent calls to crypt(). Returns the encrypted
string.
Read now
Unlock full access