292
Views
2
Comments
Client Side Encrypt and Decrypt Server Side

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?


2021-11-19 11-12-44
Rui Mendes

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

2021-10-09 07-57-44
Stefan Weber
 
MVP

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.