Password Encryption
-
Hi,
to fetch a jwt token a username and password need to be passed as post parameters. It is not secure to pass passwords as plain text, what is the best encryption method to use for passwords? WordPress uses Portable PHP Password hashing framework to save passwords, does it mean I need to use the same in an external application before I pass a password in post request?
Thank you in advance!
- The topic ‘Password Encryption’ is closed to new replies.