Suitescript File MD5 Hash
Hi,
I need to get the MD5 code of a zip file that is in File Cabinet. Suitescript 2.0 does not support this I imported the CryptoJS library, but I was able to hash the string value with it, but I could not generate the md5 code of the file. I found a solution for file MD5 operation with CryptoJS library: https://stackoverflow.com/questions/39112096/calculate-md5-hash-of-a-large-file-using-javascript
but FileReeder library is used in this library and it is suitescript’ I couldn’t use
How can I do a solution for files with a file size less than 4 MB?
Thanks