On Sun, 20 Feb 2005 20:26:07 -0500
Stas Bekman <[EMAIL PROTECTED]> wrote:
> Adi Fairbank wrote:
> > Take a look at Crypt::License on CPAN. I used it a couple years back to do
> > exactly what you are trying to do. It encrypts your Perl source code and
> > then decryp
Take a look at Crypt::License on CPAN. I used it a couple years back to do
exactly what you are trying to do. It encrypts your Perl source code and then
decrypts it on the fly. There is a slight overhead for the decryption, but if
running under mod_perl, that should be negligible since it would
Hi,
The attached patch adds a new feature to Apache::AuthCookie to allow
customization of the access cookie name. I needed to be able to have a
different cookie name than AuthType_AuthName. Includes the following
documentation section addition:
=item 5
You can optionally specify the name of yo