crypto_pwhash_str

Advertisement

Syntax Syntax

crypto_pwhash_str( string $passwd, int $opslimit, int $memlimit )

Parameters Parameters

$passwd

(Required)

$opslimit

(Required)

$memlimit

(Required)

Return Return

(string)

Source Source

File: wp-includes/sodium_compat/lib/sodium_compat.php

    function crypto_pwhash_str($passwd, $opslimit, $memlimit)
    {
        return ParagonIE_Sodium_Compat::crypto_pwhash_str($passwd, $opslimit, $memlimit);
    }

Advertisement

See also See also

Advertisement

Leave a Reply