1.对密码进行加密:sha1(string str,bool raw_output)
//将返回一个40个字符的伪随机字符串,若raw_output为true,着得到一个20个字符的二进制字符串数据
//故对应数据库列的宽度不可小于40个字符
2.HTTP基本身份验证:
①编写PHP脚本;
②使用mod_auth_mysql;
时间: 2024-10-13 14:36:04
1.对密码进行加密:sha1(string str,bool raw_output)
//将返回一个40个字符的伪随机字符串,若raw_output为true,着得到一个20个字符的二进制字符串数据
//故对应数据库列的宽度不可小于40个字符
2.HTTP基本身份验证:
①编写PHP脚本;
②使用mod_auth_mysql;