djveremix / google-dnswall

Automatically exported from code.google.com/p/google-dnswall
Apache License 2.0
0 stars 0 forks source link

Use a strong PRNG to generate query IDs #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should use a cryptographically strong PRNG to generate query ids. 
Currently we're just using rand().

Original issue reported on code.google.com by aba...@gmail.com on 23 Jul 2008 at 8:31