Hello,
I need to encrypt two parameters on the client side and then decrypt them on the server side so they don't be visible when we call the server action that is visible as a rest api with all the parameters.
According to my understanding, an encryption key is required, however if that key is on the client device, it is vulnerable.
Is there a quick and safe way to do this?
Hi @Pedro Brandao,
Have you seen my Keep Save component?
Allows you to hide the input parameters, maybe this is the answer for your case.
Best regards,Rui Mendes
Hi Pedro,
this article by John Salamat is a good starting point https://medium.com/@john.salamat/outsystems-reactive-encrypted-client-server-communication-3c122c4e4b57
Best
Stefan