datalust / seq-forwarder

Local collection and reliable forwarding of log data to Seq
Apache License 2.0
57 stars 15 forks source link

Provide or support plugging in cryptography on macOS and Linux #56

Open nblumhardt opened 3 years ago

nblumhardt commented 3 years ago

On Windows, Seq Forwarder implements basic protection for the default API key in its config file, and buffered API key information from clients, using machine-scoped DPAPI.

It would be great to either support platform cryptographic facilities, or allow some form of plugging in of data protection on macOS and Linux.