Tagged Questions
3
votes
1answer
984 views
Using PBKDF2 with AES and SHA2
I use the following inputs to encrypt using AES:
UserPassword (plain text)
SecretKey
RandomIV
I use the following inputs to encrypt using SHA512:
UserPassword (plain text)
RandomSalt
I'd ...