TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Salted Password Hashing - Doing it Right
1 点
作者
Baustin
超过 11 年前
1 comment
baliex
超过 11 年前
The article recommends using mcrypt_create_iv, openssl_random_pseudo_bytes in PHP. What about PHP's new password_hash, password_needs_rehash, and password_verify functions? Are they no good?