I\'ve been given the task of creating a Login API for our project and I\'m supposed to use PBKDF2 with HMACSHA256 as the PRF. The plain text password is hashed using MD5 an
The iterations count was supposed to 4096, not 1000.