Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Encrypting script (was Encripting scipt)

by Kage (Scribe)
on Oct 21, 2002 at 10:14 UTC ( [id://206807]=note: print w/replies, xml ) Need Help??


in reply to Encrypting script (was Encripting scipt)

Actually, contrary to what everyone says, there is one way to encrypt the entire script, as in making it, from the #!/usr/bin/perl to the very end. It will not hold up well in extensive scripts, or large scripts, but it does work nonetheless.

I'm not sure if they still offer it, but WorldWideScripts.com makes a program called PerlEncoder. You gotta buy it if you wanna use it unlimited.

Though, the sad thing is that in scripts, it's nearly impossible to encrypt every single park of your code, unless you use some sort of strong randomizing method, then eval() it.. Though I don't know if eval would work under alot of code..

My strongest recommendation is just encrypt those things you don't want viewed, or editable, such as your copyright link that's displayed..
“A script is what you give the actors. A program is what you give the audience.” ~ Larry Wall

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-18 10:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found