in reply to Acme Bleach
I have used Acme::Bleach module to encrypt my cgi source code. after encrypting, my cgi source file just contains invisible character.Okay, okay, you caught us out. We were just joking before when we advised you not to use Acme modules to protect your source code. Your code is not functioning correctly only because its invisibility attribute is causing it to be ignored by a recent security fix made to the Perl interpreter to protect it from spoofed backscatter attacks. To fix your problem, you simply need to restore your code's visibility attribute by using one of following modules:
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Acme Bleach
by leocharre (Priest) on Jul 24, 2008 at 13:58 UTC | |
by Corion (Patriarch) on Jul 24, 2008 at 14:04 UTC | |
Re^2: Acme Bleach
by blazar (Canon) on Jul 25, 2008 at 08:11 UTC |