We are moving to IFS cloud and Odata and have some flows where we are using md5 to encrypt data.
Today we generate the md5 in oracle, but that possibility will be lost in IFS Cloud.
Is there a way to encrypt in md5 (or other encryption) in flow/flowscript.
dont think there is a way to create a MD5 hash in flow script automaticaly (could probably write a script that does it manualy but…i think it would be…ineficient )
Couple of ideas:
-If you have access to some MS SQL db (usualy when switching to IFS Cloud SQL db on the side comes in handy) use T-SQL
CONVERT(VARCHAR(32), HashBytes(‘MD5’, ‘email@dot.com’), 2)
-Use a Flow rest connector to one of the free online APIs