Hi ,
we have a login form consists of two fields username and password.
the value for username and password(Encrypted PBKDF2 algorithm) already stored in the schemas.
i want to check the user entered password matches with database records.
dont know how to encrypt(PBKDF2) the user entered password.
kindly help on this