60
Views
5
Comments
Solved
[File Hash Plugin] FileHash for Web Apps?
file-hash-plugin
Mobile icon
Forge asset by Telmo Martins
Application Type
Traditional Web

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

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

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

UserImage.jpg
Daniel Asserati

Hi Daniel

That is absolutely perfect and works exactly how i need it to.  Thank you so much for your help!

Dan

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Daniel,

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

Regards,

Daniel

2018-07-06 11-13-55
Nathan Hobbs

I'm assuming the same could be done with CryptoAPI.


BinaryDataToText and then ComputeHash?

UserImage.jpg
Daniel Asserati

Thanks Daniel, really appreciate your help!

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