Andreas Fink
Moderator Registered 12 years 277 days
Andreas Fink (innovaphone) Tuesday, 21 February 2023, 06:14 PM in response to mitop
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


← You can define your color theme preference here