Hi,
I need to encrypt a text and store it in DB and retrieve the encrypted text and decrypt it and show to the user.
please help me in doing it. with a simple example
outsystems 10
Rosia Sajith wrote:
Rosia,
If you need an simple encryption or scamble string. You can use BinaryData API nativelly in the platform. You need reference the API.
You can see in action here: Encrypted QueryString in String
But If the security is extremelly necessary or main concern. I recommend you use the CryptoAPI in our Forge
Best regards
César Mateus wrote:
Hi Cesar,
Do you have sample app or anything that can explain cryptoAPI how to use it or how it work?
Or any reference using cryptoAPI?
Thanks
Cheees!
Hi Rosia,
Please find the attached encrypted text and decrypt demo oml file.
Please let me know in case of any concern.