NAME
crypt - hash a password string
SYNOPSIS
string crypt(string passwd, varargs string salt)
DESCRIPTION
The same as hash_string("crypt", passwd, salt)
This kfun is retained for backward compatibility.
crypt - hash a password string
string crypt(string passwd, varargs string salt)
The same as hash_string("crypt", passwd, salt)
This kfun is retained for backward compatibility.