1083
Views
3
Comments
[Crypto AES] Samples for encryption and decryption
Question
crypto-aes
Web icon
Forge asset by João Pedro Abreu

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

2019-11-08 16-23-42
César Mateus Conceição

Rosia Sajith wrote:

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,

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

UserImage.jpg
Mark Anthony Gonzales

César Mateus wrote:

Rosia Sajith wrote:

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,

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

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!


2024-02-16 07-43-18
Amit Verma

Rosia Sajith wrote:

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


Hi Rosia,

Please find the attached encrypted text and decrypt demo oml file.

Please let me know in case of any concern. 


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