Re: Protecting Source code of a perl script
From: James Willmore (jwillmore_at_remove.adelphia.net)
Date: 11/22/03
- Next message: Abigail: "Re: Executing Perl from PHP"
- Previous message: James Willmore: "Re: first line in each file in a dir"
- In reply to: Bill: "Re: Protecting Source code of a perl script"
- Next in thread: ctcgag_at_hotmail.com: "Re: Protecting Source code of a perl script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 22 Nov 2003 09:23:17 GMT
On 21 Nov 2003 09:19:11 -0800
wherrera@lynxview.com (Bill) wrote:
> Ben Morrow <usenet@morrow.me.uk> wrote in message
> news:<bpku88$4q8$1@wisteria.csv.warwick.ac.uk>...
> > > Actually this is a very frequent scenario.
> > > Or would you trust your personal medical files to the admin of
> > > the hospital computer?
> >
> > I would (implicitly) trust him not to look at them unless it was
> > strictly necessary. Or I would trust the hospital to sack him if
> > he did.
>
> This is actually a situation where obscurity is useful, not to keep
> away truly prying eyes, but to keep from accidental exposure of
> confidential data. There is a reason that changing rooms and shower
> stalls have doors or curtains, even if they do not lock :). I keep
> some data on a public server encrypted, even though a determined
> administrator could crack the encryption with only a day's work. (A
> non-administrator could not crack it without years of work, we
> hope.)
You're *protecting* the data, not *obscuring* the data. So, if
someone takes your hard drive, you know there's data on the hard
drive, but can't read it because it's *protected*. You didn't *hide*
the data, you *protected* the data through encryption.
The OP wanted to *obscure* (or *hide*) the data by changing the format
of the script. Running 'strings' may yield vital information
contained in the script turned binary. So, just changing the format
of the script to *hide* the code is a weak way to *protect* the code.
It's a subtle, but important, difference.
-- Jim Copyright notice: all code written by the author in this post is released under the GPL. http://www.gnu.org/licenses/gpl.txt for more information. a fortune quote ... The optimum committee has no members. -- Norman Augustine
- Next message: Abigail: "Re: Executing Perl from PHP"
- Previous message: James Willmore: "Re: first line in each file in a dir"
- In reply to: Bill: "Re: Protecting Source code of a perl script"
- Next in thread: ctcgag_at_hotmail.com: "Re: Protecting Source code of a perl script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|