Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Obfuscation: Text munging techniques

by Chady (Priest)
on Aug 09, 2002 at 17:44 UTC ( [id://188981]=note: print w/replies, xml ) Need Help??


in reply to Obfuscation: Text munging techniques

Well, not very cryptic, but in 3D Japh I sorta had the ASCII art thing and mapped it onto diffrent characters. If you check it out, you'll see this:

  1. the DATA line is a bunch of encoded characters, lines are seperated by ; and elements seperated by :
  2. after that, each element that matches ^0(\d+)$ is like '0' x $1, the other elements are just as is.
  3. now we have the screen, so we translate that back to the real character set using a tr and print it.

same technique used in 3D JAPH II (animated).. not quite clever too, but I had fun coming up with it.


He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

Chady | http://chady.net/

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-19 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found