46
Views
3
Comments
How to encode and decode the string

Hi,

How to encode the value generated by GenerateGuid and decode the same.

You can use

https://www.outsystems.com/forge/component-overview/437/cryptoapi

Check the demo and the documentation if you find it difficult to use.

You can use the standard encryption and decryption: AES

Let us know if that helped you

kind Regards,

Márcio Carvalho

Any inbuilt action is available to encode and decode since we have restriction to use external component. 

Okay no problem, OutSystems Forums is here for you :)

Have a look at this post

https://www.outsystems.com/forums/discussion/40142/converting-text-to-base64-encoding/

https://www.outsystems.com/forums/discussion/49779/regarding-encoding-in-outsystems/

They are using base64 as encoding. Check the first link first. Is a built-in functionality!

Kind Regards,

Márcio Carvalho

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