Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best secure data transmission method?

I'm attempting to set up a small network of computers where 4 child nodes feed small snippets of data into 1 parent node. I need the data transmission between the nodes to be secure (secure as in, if the packets are intercepted it is not easy to determine their contents). Does anyone have suggestions? I looked into HTTPS POST and encrypting SOAP messages, but before I got my hands too dirty I wanted to get opinions from the crowd.

like image 423
DLaw Avatar asked Nov 30 '25 06:11

DLaw


1 Answers

HTTP over TLS is fine. And, since there is already quite a bit of tooling around it, it should be quite an easy and productive approach.

like image 119
John Gietzen Avatar answered Dec 03 '25 10:12

John Gietzen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!