in reply to Re: Re: XOR checksum for string of bytes
in thread XOR checksum for string of bytes

Xor'ing strings is possible and fun.
Simple example:
perl -le'print "aaaa" ^ "+ 1)"'

2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$