Re: Securing/Encrypting Source

2002-11-07 Thread Paul Johnson
dan said: Hi again! It's occured to me with my perl program near completion, that the person that's hosting my program isn't.. let's say.. trustworthy enough to not steal source. So i'm looking for way(s) to secure/encrypt/compile my source so it can't be stolen. It's running on a Linux

RE: Securing/Encrypting Source

2002-11-07 Thread Clay-1, Matthew
Take a look at shroud http://cpan.org/scripts/UNIX/System_administration/index.html -Original Message- From: dan [mailto:dan;abovenet.org] Sent: Thursday, November 07, 2002 8:04 AM To: [EMAIL PROTECTED] Subject:Securing/Encrypting Source Hi again! It's occured to me

Re: Securing/Encrypting Source

2002-11-07 Thread dan
answering my own question, i read back the newsgroup a little, and came across an article about perlcc. i tried this.. perlcc -o output input.pl however, since my program uses DBI, the end compiled program reads: Connecting to SQL... Undefined subroutine DBI::dr::connect called at

RE: Securing/Encrypting Source

2002-11-07 Thread Clay-1, Matthew
Take a look at shroud http://cpan.org/scripts/UNIX/System_administration/index.html -Original Message- From: dan [mailto:dan;abovenet.org] Sent: Thursday, November 07, 2002 8:04 AM To: [EMAIL PROTECTED] Subject:Securing/Encrypting Source Hi again! It's occured to me

Re: Securing/Encrypting Source

2002-11-07 Thread Felix Geerinckx
on do, 07 nov 2002 13:04:11 GMT, Dan wrote: It's occured to me with my perl program near completion, that the person that's hosting my program isn't.. let's say.. trustworthy enough to not steal source. [...] Any clues as to where I go from here? Find yourself a trustworthy person to host

Re: Securing/Encrypting Source

2002-11-07 Thread Paul Johnson
On Thu, Nov 07, 2002 at 03:08:23PM -, dan wrote: answering my own question, i read back the newsgroup a little, and came across an article about perlcc. i tried this.. perlcc -o output input.pl however, since my program uses DBI, the end compiled program reads: Connecting to SQL...

Re: Securing/Encrypting Source

2002-11-07 Thread dan
so if perlcc is not a good way to compile your perl source for *nix systems, then what is? dan Paul Johnson [EMAIL PROTECTED] wrote in message news:20021107205443.GA4209;pjcj.net... On Thu, Nov 07, 2002 at 03:08:23PM -, dan wrote: answering my own question, i read back the newsgroup a

RE: Securing/Encrypting Source

2002-11-07 Thread Timothy Johnson
: dan [mailto:mail;danneh.demon.co.uk] Sent: Friday, November 08, 2002 11:13 AM To: [EMAIL PROTECTED] Subject: Re: Securing/Encrypting Source so if perlcc is not a good way to compile your perl source for *nix systems, then what is? dan Paul Johnson [EMAIL PROTECTED] wrote in message news

Re: Securing/Encrypting Source

2002-11-07 Thread Todd W
[message rearranged because of jeopardy style posting] Paul Johnson [EMAIL PROTECTED] wrote in message news:20021107205443.GA4209;pjcj.net... On Thu, Nov 07, 2002 at 03:08:23PM -, dan wrote: answering my own question, i read back the newsgroup a little, and came across an article about

RE: Securing/Encrypting Source

2002-11-07 Thread Toby Stuart
how about the poor mans way ... Acme::Bleach -Original Message- From: Timothy Johnson [mailto:tjohnson;sandisk.com] Sent: Friday, November 08, 2002 11:05 AM To: 'dan'; [EMAIL PROTECTED] Subject: RE: Securing/Encrypting Source If you just want to make it harder, you can try

RE: Securing/Encrypting Source

2002-11-07 Thread Sumit_Babu
: Subject: RE: Securing/Encrypting Source 08-11-2002 09:42 AM