Re: Controlling licensed software?

2005-02-22 Thread Adi Fairbank
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

Re: Controlling licensed software?

2005-02-20 Thread Adi Fairbank
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

[patch] new AuthCookie feature: custom cookie names

2004-02-23 Thread Adi Fairbank
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