Re: socketServer questions
- From: Paul Rubin <http://phr.cx@xxxxxxxxxxxxxx>
- Date: 07 Oct 2005 15:07:17 -0700
rbt <rbt@xxxxxxxxxxxxxxxxx> writes:
> The server just logs data, nothing else. It's not private or important
> data... just sys admin type stuff (ip, mac addy, etc.). I just don't
> want some script kiddie discovering it and trying to 'hack' it. By doing
> so, they'd fill the log up with crap. So, If the data doesn't contain x,
> y, and z and if the data is too big or too small, I record it to a
> 'tamper' log and tell the leet hacker to 'go away'.
Well, rather than this x,y,z stuff, it's best to do it properly and
authenticate the records with the hmac module.
.
- Follow-Ups:
- Re: socketServer questions
- From: rbt
- Re: socketServer questions
- References:
- socketServer questions
- From: rbt
- Re: socketServer questions
- From: Paul Rubin
- Re: socketServer questions
- From: rbt
- socketServer questions
- Prev by Date: Re: When someone from Britain speaks, Americans hear a "British accent"...
- Next by Date: Contest snub?
- Previous by thread: Re: socketServer questions
- Next by thread: Re: socketServer questions
- Index(es):
Relevant Pages
|