Hi,
Is there a version of this functionality that allows for Web Apps to do an MD5 Hash Match Check? Think this is exactly what i need but not working on mobile or reactive platform unfortunately.
Thanks
Hi Daniel,
Try of the following Forge component:
https://www.outsystems.com/forge/component-overview/6256/file-md5
This is a server side solution, but should still be useful in Reactive and Mobile.
Regards,
Daniel
Hi Daniel
That is absolutely perfect and works exactly how i need it to. Thank you so much for your help!
Dan
I just created a reactive/mobile library for you that can also generate a MD5 has from a string client side.
You would need to convert your file binary to a base64 string and then call the 1 action that is in the library.
Reactive MD5 hash calculator
I'm assuming the same could be done with CryptoAPI.
BinaryDataToText and then ComputeHash?
Thanks Daniel, really appreciate your help!