Is using random salt to pbkdf2 for every request to Rest API good/bad?
Here are my conditions:
My Rest API must accept username and plain password. But, that’s very bad. That’s why the client must encrypt the password first and my rest API will decrypt it to get the plain password.
My client and rest API alr… Continue reading Is using random salt to pbkdf2 for every request to Rest API good/bad?