TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
The Art of Password Protection in PHP
1 点
作者
bkhl
大约 14 年前
3 条评论
there
大约 14 年前
"And then I stopped dicking around and used solar designer's phpass..."<p><pre><code> function generateHash($pwd) { $h = new PasswordHash(8, false); return $h->HashPassword($pwd); }</code></pre>
rudiger
大约 14 年前
Collapse
I hope no one is doing <i>anything</i> involving passwords in PHP.
评论 #2261831 未加载
gcb
大约 14 年前
...and then i wanted to email the passwords back to my users in regular intervals and went back to step one.