Re: [royale-asjs] branch develop updated: Added failing test for MD5

2017-11-27 Thread Harbs
I locally converted MD5Stream to use BinaryData (so it could run in a JS environment) instead of ByteArray and I got the wrong results for the MD5 hash. > On Nov 27, 2017, at 2:01 PM, Piotr Zarzycki wrote: > > Hi Harbs, > > What do you mean that is doesn't work ? We

Re: [royale-asjs] branch develop updated: Added failing test for MD5

2017-11-27 Thread Piotr Zarzycki
Hi Harbs, What do you mean that is doesn't work ? We are using MD5Stream in the MD5CompareUtil [1] of the installer and it seems to be working pretty well. Do you get some strange results ? [1]

Re: [royale-asjs] branch develop updated: Added failing test for MD5

2017-11-27 Thread Harbs
It turns out that MD5 is completely broken. My theory was that it should migrate from the Flash version and BinaryData should have been a drop-in replacement or ByteArray. Well, the theory didn’t work out and I spent a long time trying to figure out why it’s broken. It seems to be broken in