在PHP.netmt_rand()并uniqid()为解释“不生成加密安全值”,并怂恿使用random_int(),random_bytes()或openssl_random_pseudo_bytes()代替。
mt_rand()
uniqid()
random_int()
random_bytes()
openssl_random_pseudo_bytes()
“密码安全”是什么意思?
php cryptography
cryptography ×1
php ×1