geektron has asked for the wisdom of the Perl Monks concerning the following question:
I'm rewriting the thing with an extra eye for security and configurability (so that I can reuse it across our sites, if/when needed), and I want to make sure I've covered all the bases since the PHB keeps throwing "what if ...." scenarios at me.
I've already come up with the following to secure this thing:
Does adding some form of key/ session_id buy any security? I think not, because it would be just another thing that needs to be passed in the form, and enough brute-force attacks would crack that too ...
Any other suggestions for making this thing as locked down as possible?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: securing a remailer
by marto (Cardinal) on Oct 11, 2005 at 21:38 UTC | |
Re: securing a remailer
by neosamuri (Friar) on Oct 11, 2005 at 21:40 UTC | |
Re: securing a remailer
by schweini (Friar) on Oct 12, 2005 at 03:25 UTC | |
by geektron (Curate) on Oct 12, 2005 at 03:54 UTC | |
by sgifford (Prior) on Oct 12, 2005 at 15:41 UTC |