I am using angular 6 and keycloak, I don't want to send password in clear text over the network.
Keycloak supports only pbkdf2_sha256 hashing algoritm, so I need a suggestion on how I can encrypt a password using same hashing algorithm before sending it to keycloak over the network