Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Quest: a bulletproof-secure, automated scraper

by Zaxo (Archbishop)
on Mar 19, 2005 at 05:05 UTC ( [id://440869]=note: print w/replies, xml ) Need Help??


in reply to Quest: a bulletproof-secure, automated scraper

Security of the kind you want depends on trusting the root user. Run your script from a machine that only you control. Don't run it without an encrypted connection.

Source obfuscation or encryption is not useful. Anybody who can read or run the script can read the key. Unix file system permissions are a better way to prevent unauthorized access to your keys.

You may not be da Donald, but that's no protection.

After Compline,
Zaxo

  • Comment on Re: Quest: a bulletproof-secure, automated scraper

Replies are listed 'Best First'.
Re^2: Quest: a bulletproof-secure, automated scraper
by tlm (Prior) on Mar 19, 2005 at 05:30 UTC

    Security of the kind you want depends on trusting the root user. Run your script from a machine that only you control.

    Certainly, I should have mentioned this from the start. I'm the one and only user of the machine in question (and naturally have root access).

    the lowliest monk

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://440869]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-24 07:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found