假设我使用PBKDF2加密我的密码,并将其存储在某个地方。现在假设它是被盗的,而窃取它的黑客知道它是用PBKDF2进行了哈希处理。
了解迭代次数会使暴力破解密码变得更容易吗?
发布于 2018-07-17 02:52:40
将我的问题移至相关堆栈交换:https://crypto.stackexchange.com/questions/60860/should-number-of-iterations-of-pbkdf2-stay-secret
相关问题:https://crypto.stackexchange.com/questions/25595/is-there-a-tangible-benefit-in-keeping-the-number-of-pbkdf-iterations-secret-and
https://stackoverflow.com/questions/51365222
相似问题