PHP PHP 加解密总结之 password_hash password_hash( string $password, int $algo[, array $options] ) : string这个函数是专门用来创建密码的hash值的。兼容 crypt()。 阅读全文 2020-08-17 yang 0 条评论
PHP PHP 加解密总结之 hash hash( string $algo, string $data[, bool $raw_output = FALSE] ) : string 阅读全文 2020-08-17 yang 0 条评论
PHP PHP 加解密总结之 md5 md5()md5( string $str[, bool $raw_output = FALSE] ) : string 阅读全文 2020-08-17 yang 0 条评论