robertvazan / guerrillantp

Simple NTP (SNTP) client library providing .NET applications with accurate network time.
https://guerrillantp.machinezoo.com/
Apache License 2.0
67 stars 17 forks source link

[Question] Is there a way to ensure secure/authenticated requests? #3

Closed dustincatap closed 3 years ago

dustincatap commented 3 years ago

Is it possible to make secure/authenticated queries to an NTP server? I've read that SNTPv4 service is vulnerable.

robertvazan commented 3 years ago

Not as far as I know. GuerrillaNtp is a minimal implementation with no intent to implement authentication at the moment.