为什么 Django 默认密码哈希算法使用 216000 次迭代?
Why does Django default password hashing algorithm use 216000 iterations?
为什么 Django 密码哈希算法 pbkdf2_sha256 正好使用 216000 次迭代?为什么没有 200000 或 256000?这些数字似乎更自然。
实际人数已经increased to 260 000 iterations in django 3.2. As to why exactly that number, I can't tell, but you'll probably find the explanation here
为什么 Django 密码哈希算法 pbkdf2_sha256 正好使用 216000 次迭代?为什么没有 200000 或 256000?这些数字似乎更自然。
实际人数已经increased to 260 000 iterations in django 3.2. As to why exactly that number, I can't tell, but you'll probably find the explanation here