crypt

Definition

string crypt ( string $str [, string $salt ] )

Description

crypt() will return a hashed string using the standard Unix DES-based algorithm or alternative algorithms that may be available on the system.

[More at php.net]

Parameters



loading


Share/bookmark - crypt


Global comments