crypt

The UNIX password encryption function. It is based on the DES algorithm with variants intended (among other things) to discourage use of hardware implementations of a key search.

string
crypt
(
string plaintext
,
string salt
)

Meta