Hi,
A service I am using requires me to hash some text with MD5 (Not Salted). However I can only find Salted MD5 encryption in OutSystems. Where can I find straight up MD5. I've searched for the old encrypt function, but I can't find it.
Before someone starts stating that MD5 is not secure... I know and it is a requirement that is needed for this service and after it has MD5 it will go through a few other encryptions.
Greetings,
Robert
Hi Robert,
Did you try using this component? you have an action ComputeHash which accepts multiple algorithms and one is MD5.
Regards,
Marcelo
Marcelo Ferreira wrote:
I had used that one before, however i did not notice you could use ComputeHash with "MD5" as a parameter. Thank you very much Marcelo!