How do you "run" the programs? You simply concatenate the program with the document you want to transform. To apply ROT13 to document.ps you simply write
$ cat munch-rot13.ps document.ps > document-rot13.psYou can apply the transformations as many times as you want so given a document encoded with
munch-rot13.ps you can decode it by just applying munch-rot13.ps again. And, incidentally, if want to decode a document but don't have munch-rot13.ps, don't worry: since the document was encoded by appending it to the script, the encoded document actually carries around the script.You can also mix the transformations: apply ROT13, then N/L and then ROT13 again. That causes A and Y to be switched in the document.
Pointless? Maybe, but I thought it was an interesting challenge. And, as Mayer Goldberg demonstrates, you can actually write useful programs in PostScript. Maybe I'll try that some day. I'm not completely done with pointlessness yet, though: I'm considering writing a version that Enigmas the document.

5 comments:
I saw your website and i was wondering if this is a "cbfgFpevcg" code.. if so can you tell me what is says? or teach me how to figure it out?. thanks
here is the script.
Cbfgfpevcg: Gurer ner srj vs nal uvqqra pyhrf pbagnvarq va guvf zrffntr juvpu erirny gur vqragvgl bs gur ragregnvazrag, ohg svsgl ohpxf gb gur svefg jub qrpbqrf guvf zrffntr (abgH2)...
I would have thought that it was pretty obvious from the post, but "CbfgFpevcg" is the word "PostScript" encrypted using ROT13. There's a encoder/decoder here.
By the way, if you get the fifty bucks for decoding the message I believe you owe me a favor.
hahah thanks..but someone else figured it out before i could submit the translation...thanks for the help
so who is the "big act" going to be on monday?
Post a Comment