zhangxiangdong

password_hash(要加密的密码,PASSWORD_DEFAULT);

string password_hash ( string $password , int $algo [, array $options ] )

创建密码的散列(hash)

 

bool password_verify ( string $password , string $hash )

验证密码是否和散列值匹配

分类:

技术点:

相关文章:

  • 2021-10-22
  • 2021-04-28
  • 2021-06-09
  • 2021-09-22
  • 2021-12-31
  • 2021-06-02
  • 2021-06-30
  • 2021-09-07
猜你喜欢
  • 2021-11-05
  • 2021-11-05
  • 2021-11-05
  • 2021-05-25
  • 2021-11-08
  • 2019-11-25
  • 2021-03-28
相关资源
相似解决方案