57
Views
1
Comments
[Reactive MD5 hash calculator] Comparing with Outsystems Md5
reactive-md5-hash-calculator
Reactive icon
Forge asset by Daniël Kuhlmann
Application Type
Reactive

I am comparing with the outsystems action GenerateSaltedMD5Hash from PlatformPasswordUtils and it seems that the hash string is different

2025-08-13 09-41-37
Shubham Sharma
Champion

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. 

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