symmetrical text scramble
- by acidzombie24
What is the EASIEST way to do this.
XOR 0x80 may be too obvious but that COULD work.
Whats the easiest way to take a windows filename (/ \ and other chars are illegal) and scrambling them so no one knows the original filename? I would like to undo this as well.
I am seriously thinking foreach on the filename and just XORing them