raincoats / xor

tiny string xor’er

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xor

little program to xor things, or perform a few other bitwise operations (and, or, shifts). reads from stdin, writes to stdout.

usage

cat /etc/passwd | ./xor -s $'\x01\x02\xDE\xAD'

there's also a test.php that makes sure it works (as i'm really bad at c).

special thanks to whoever made glibc's memfrob() function, even though that *p++ ^= x; stuff ruxed me for like 2 hours.

About

tiny string xor’er

License:Other


Languages

Language:C 46.9%Language:PHP 28.7%Language:Shell 16.4%Language:Makefile 7.9%