214
Views
2
Comments
Solved
Unsalted MD5 Encryption is there a way I can still use it
Question

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



2019-05-22 11-30-09
Marcelo Ferreira
Solution

Hi Robert,

Did you try using this component? you have an action ComputeHash which accepts multiple algorithms and one is MD5.

Regards,

Marcelo

2022-02-01 09-31-26
Robert Hantink

Marcelo Ferreira wrote:

Hi Robert,

Did you try using this component? you have an action ComputeHash which accepts multiple algorithms and one is MD5.

Regards,

Marcelo

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!


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