97
Views
2
Comments
Encrypt and Dycrypt data
Question
Application Type
Reactive

Hi, 

I got a requirement to encrypt the sensitive data while add/update to database. And decrypt the data before showing. 

I have 2 problems here :

1. functionality is  already created so the changes will impact on hundreds of places.   So is there any mechanism some thing like middleware so i dont need to change the code at all the places.

2. Filters and search should be working fine as it was working before.


PS: also suggest the how to encrypt or decrypt data.

Please help,

Regards,

Isaa

2023-02-26 23-17-33
Kshitij Raheja

Hey @Isaa 

1) If you have wrappers already build you have to make changes in the wrapper and for the existing data you have to create a timer to do the job

2) For Filters you have to use data action to get the data

I just made a component for encryption and decryption it is still in the process of getting approved currently it only has Caesar encryption but I will add a lot more encryption methods in the next few days so you can use it.
https://www.outsystems.com/forge/component-overview/15191/encryption-and-decryption-methods

If you like it give it a good rating :)

Regards,

Kshitij Raheja

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