Does combining multiple PBKDF2 keys result higher iteration count when using same password but different salts?
https://crypto.stackexchange.com/questions/103477/does-combining-multiple-pbkdf2-keys-result-higher-iteration-count-when-using-sam
#passwordbasedencryption #passwordhashing #keyderivation #pbkdf2 #sha512
https://crypto.stackexchange.com/questions/103477/does-combining-multiple-pbkdf2-keys-result-higher-iteration-count-when-using-sam
#passwordbasedencryption #passwordhashing #keyderivation #pbkdf2 #sha512
Does combining multiple PBKDF2 keys result higher iteration count when using same password but different salts?
I did some experimenting with web subtle crypto. I derived a key using PBKDF2 with SHA-512 and 100 000 iterations and timed it. Doing same with 200 000 rounds doubled the time as expected. Then I did