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
This is why mod_log_iphash adds a random, unknown 128 character string in front of the IPv4 address before hashing with MD5. So you have to search within 64^128 * 2^32 possibilities instead of just 2^32. :-) On 06.10.2010 07:16, Ted Dunning wrote: It is less a matter of time than you calculate.