摘要: 前提条件:php的md加密函数的第二个参数为ture sql语句为:$sql="select * from user where username ='admin' and password ='".md5($password,true)."'"; 如果想达到万能密码的效果就要使语句变为: $sql 阅读全文
posted @ 2020-10-13 15:36 白烬 阅读(1731) 评论(0) 推荐(0) 编辑