|
|
|
|
|
by oakenshield
4873 days ago
|
|
I may not understand the whole context, but if you're using PBKDF2 for key derivation, you don't want to use something that works "fast". You want whatever algorithm/iteration combination that is as slow as possible [1], but not too slow that it annoys the user. [1] on modern hardware, that is. |
|