Re: New module for anonymous ip logging

2010-10-06 Thread Franz Schwartau
Hi Ben, thanks for your answer. On 06.10.2010 01:11, Ben Noordhuis wrote: Hi Franz, welcome. Replies inline: On Wed, Oct 6, 2010 at 00:49, Franz Schwartau fr...@electromail.org wrote: How should the module react to a failed initialization of seed_rand() in iphash_create_server_config

Re: New module for anonymous ip logging

2010-10-06 Thread Franz Schwartau
. For IPV4, you only have 32 bits to search. On Tue, Oct 5, 2010 at 4:13 PM, Franz Schwartau fr...@electromail.orgwrote: Yes, of course, but all (cryptographic) hash functions are vulnerable to brute force attacks. It's just a question of effort/time.

New module for anonymous ip logging

2010-10-05 Thread Franz Schwartau
Hi! I wrote a small module to fulfil a privacy policy where logging of the ip address is not allowed. It adds a new directive to LogFormat which generates a MD5 hash of a salted ip address. It makes it look like a IPv6 address. Thus statistics tools like AWstats have a chance to work.

Re: New module for anonymous ip logging

2010-10-05 Thread Franz Schwartau
is helps a little bit. On Tue, Oct 5, 2010 at 3:49 PM, Franz Schwartau fr...@electromail.orgwrote: Hi! I wrote a small module to fulfil a privacy policy where logging of the ip address is not allowed. It adds a new directive to LogFormat which generates a MD5 hash of a salted ip address