kapetan / dns

A DNS library written in C#
MIT License
415 stars 126 forks source link

Using a crypto random number generator in `Request` #88

Closed danieljoos closed 2 years ago

danieljoos commented 2 years ago

This changes Request to use cryptographically secure random numbers. It prevents possible spoofing of DNS responses.

kapetan commented 2 years ago

Thanks for the fix