Gen. partnerAlgotech

PHP funkce crypt()

One-way string encryption (hashing)

|
11. září 2019

Dostupnost ve verzích: PHP 4.0

One-way string encryption (hashing)

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$str string není The string to be encrypted.
$salt string null An optional salt string to base the encryption on. If not provided, one will be randomly generated by PHP each time you call this function. PHP 5.6 or later raise E_NOTICE error if this parameter is omitted

string

the encrypted string.

Další zdroje

Oficiální dokumentace funkce crypt

Načítání komentářů...

Zůstaňte v obraze

Přihlaste se k odběru našeho newsletteru a získejte nejnovější informace o kybernetické bezpečnosti přímo do vaší e-mailové schránky.

Vaše údaje jsou v bezpečí. Newsletter můžete kdykoliv odhlásit.