Password encryption from front end and its processing in keycloak

Is there any way to encrypt the password present in an .ftl file before passing it to keycloak server? or is it possible for a keycloak to decrypt the encrypted password received from front end ?

Yes, this is what https does magically for you…

1 Like

Thank you @bpedersen2 ,We are using a customized keycloak login file of type ftl which have a password input field. Actually when the user submit the form data, this password is visible in the payload section of network tab(developer tools). We need to encrypt this information before sending to the keycloak and decrypt it before it start processing in the keycloak server.

You need to understand how https work, the transfer is enrecypted, in the browser (what you see in the network tab it is of course not (yet) encrypted.