Link to home
Start Free TrialLog in
Avatar of keepwalking
keepwalking

asked on

How can i crypt a hole perl/cgi script?

How can i crypt a hole perl/cgi script?
ASKER CERTIFIED SOLUTION
Avatar of kandura
kandura

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of keepwalking
keepwalking

ASKER

I mean something like Zend for php
crypt your-script
gpg -e your-script
cat your-script |openssl ....

anything else see kandura's comment
what ?
could you please be a bit more specific about what you want to achieve
I don`t want somebody to see my code.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tintin
If your webserver is configured correctly, the only people that will be able to view your Perl/CGI scripts are local users (possibly).

What people are you trying to hide your code from?
BTW, I'd you could always use Acme::Bleach to get a shining, clean script  ;-)

http://search.cpan.org/~dconway/Acme-Bleach-1.12/lib/Acme/Bleach.pm
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hmm, 2 more suggestions for a split: http:#13792134 and http:#13802041