Jump to content

CRC-32: Difference between revisions

No change in size ,  2 years ago
Line 2,849:
r=r1 xor crctbl((asc(mid(buf,i,1))xor r) and 255)
next
crc32=hex(r xor &hffffffff)
end function
 
Line 2,855:
'414FA339
gencrctable
wscript.stdout.writeline hex(crc32("The quick brown fox jumps over the lazy dog"))
</lang>
Output
Cookies help us deliver our services. By using our services, you agree to our use of cookies.