I am comparing with the outsystems action GenerateSaltedMD5Hash from PlatformPasswordUtils and it seems that the hash string is different
Hi Filipe,
The GenerateSaltedMD5Hash action from the PlatformPasswordUtils in OutSystems is used to generate a salted hash value for a given input string using the MD5 algorithm. If you are comparing it with another implementation of the MD5 algorithm, it is possible that the hash string is different due to differences in the salt used or the way the salt is applied to the input string. It's recommended to use the same salt value in both implementations to ensure that the generated hash strings are the same.