Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Flying Obfu Demystified

by Mr. Muskrat (Canon)
on Apr 09, 2003 at 21:50 UTC ( [id://249443]=note: print w/replies, xml ) Need Help??


in reply to Re: Flying Obfu
in thread Flying Obfu

$a = ord('A'); # 01000001 $b = ord('B'); # 01000010 $a = $a ^ $b; # 01000001 XOR 01000010 = 00000011 $b = $a ^ $b; # 00000011 XOR 01000010 = 01000001 $a = $a ^ $b; # 00000011 XOR 01000001 = 01000010

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://249443]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (9)
As of 2024-04-19 08:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found