常用的三种函数有:
1.string cry(string str [, string salt])
2.string md5(string str [, bool raw_output])
3.string sha1(string str [, bool raw_output])
1. crypt 完成单向加密功能
2. 信息-摘要算法
3. 安全哈希算法
常用的三种函数有:
1.string cry(string str [, string salt])
2.string md5(string str [, bool raw_output])
3.string sha1(string str [, bool raw_output])
1. crypt 完成单向加密功能
2. 信息-摘要算法
3. 安全哈希算法