Re: crc32 checksum creation for Javascript Service side
Hello Mladen,
in my example i converted a Number to hex via output.toString(16).
If you leave toString(16) and just use output it should be fine.
...
log(input + " crc32 dec: " + output);
Output: 123456789 crc32 dec: 3421780262
Best Regards
Andreas Fink