Sodium 函数
PHP Manual

sodium_crypto_pwhash

(PHP 7 >= 7.2.0)

sodium_crypto_pwhashDerive a key from a password

说明

string sodium_crypto_pwhash ( int $length , string $password , string $salt , int $opslimit , int $memlimit [, int $alg ] )

Warning

本函数还未编写文档,仅有参数列表。

参数

length

password

salt

opslimit

memlimit

alg

返回值


Sodium 函数
PHP Manual