密码加密存数据库。那验证密码时候验证的是明文还是加密的数据????
If the password is encrypted, how will it be verified during verification? -PHP Chinese website Q&A-If the password is encrypted, how is it verified during verification? -PHP Chinese website Q&A
Please watch and learn.
"SELECT * from user where username='{$username}' and password='".md5(输入的明文)."'"
验证加密的,有什么不会的可以加交流群 374224296!
加密的数据
验证加密的数据,在数据库存的也是加密过的,没办法解密
If the password is encrypted, how will it be verified during verification? -PHP Chinese website Q&A-If the password is encrypted, how is it verified during verification? -PHP Chinese website Q&A
Please watch and learn.
"SELECT * from user where username='{$username}' and password='".md5(输入的明文)."'"
验证加密的,有什么不会的可以加交流群 374224296!
加密的数据
验证加密的数据,在数据库存的也是加密过的,没办法解密