Earlier quoted context omitted.
You are ignoring HTTPS allows people half a world awaywo exchange keys with a server and prevents other people follow interfering other than DoS attacks. >As we all learned in WWII, a code is better than encryption when you need complex PKI to achieve encryption I was never in WWII and I'm not sure what you mean by code as typically that's just encryption but less formalized.
Https works because there is a destination address that goes to a physical network card. Over the air, there is no 'routing'. Alice can intercept my transmission, then literally, just use a more powerful radio to 'talk over me' with her keys. Ergo, MITM. I worked with guys in the military who did this for a living... Radio is like being able to packet sniff (and modify) packets from anywhere.
Receiving unintentional voice transmissions from GPS satellites
31–40 of 93 posts
Re: Receiving unintentional voice transmissions from GPS satellites
#32Earlier quoted context omitted.
Considering how much progress that has been made in encrypting internet traffic radio seems painfully slow in evolving to be more secure. Edit: specifically radio protocols not carrying internet traffic
Most of them are pretty secure, a few really old or intentionally open (ham radio) are not, but the rest, are (wifi, 5g, ...)
Re: Receiving unintentional voice transmissions from GPS satellites
#33Earlier quoted context omitted.
Https works because there is a destination address that goes to a physical network card. Over the air, there is no 'routing'. Alice can intercept my transmission, then literally, just use a more powerful radio to 'talk over me' with her keys. Ergo, MITM. I worked with guys in the military who did this for a living... Radio is like being able to packet sniff (and modify) packets from anywhere.
HTTPS is secure against man in the middle attacks and will protect transmissions even over radio.
Edit to add: yes, there are CA's to sign the bits on a network. There is no CA for the radio, only proprietary ones. These can be reverse engineered, subpoenaed, or bought by state actors. Chances are, if you're broadcasting loud enough to be heard by them, they're going to start listening.
Re: Receiving unintentional voice transmissions from GPS satellites
#34Earlier quoted context omitted.
That’s because there isn’t a point. In order for encryption to work, you need to exchange keys at some point. Doing that half a world away is rather pointless. Doing it over the air, how do I know Alice won’t intercept and broadcast her keys louder than me? Or just interfere and prevent me from sending keys? As we all learned in WWII, a code is better than encryption when you need complex PKI to achieve encryption. I…
You are ignoring HTTPS allows people half a world awaywo exchange keys with a server and prevents other people follow interfering other than DoS attacks. >As we all learned in WWII, a code is better than encryption when you need complex PKI to achieve encryption I was never in WWII and I'm not sure what you mean by code as typically that's just encryption but less formalized.
Re: Receiving unintentional voice transmissions from GPS satellites
#35Earlier quoted context omitted.
HTTPS is secure against man in the middle attacks and will protect transmissions even over radio.
Yes, once you form the connection it is secure. The handshake is the part that isn't secure on open airwaves. This is how 'evil middle boxes' mitm connections from corporate networks. Edit to add: yes, there are CA's to sign the bits on a network. There is no CA for the radio, only proprietary ones. These can be reverse engineered, subpoenaed, or bought by state actors. Chances are, if you're broadcasting loud enough…
This is because the MITM will not have a valid certificate to provide authenticity for the public key returned.
The reason why middle boxes in corp networks can MITM is because the the corp owns the device and has installed their own domain trust to the device. This means the MITM can return a cert and public key that your device will trust. This is because the cert returned will be signed by the installed domain trust.
Another way to think about why HTTPS is secure over radio: HTTPS is at the highest level of the OSI networking model. You could do HTTPS with pen and paper and the mail if you wanted. Think about starlink! The internet today is literally going over radio waves.
This is likely why there isn't progress on encrypting old fashion radios! There is no need to encrypt old fashioned radios -- you'll just use internet over radio instead if you wanted encryption.
You bring a good point through. Since it's radio, anyone can jam your transmissions, but, they won't be able to spoof your intended friend if you are using https via radio.
Re: Receiving unintentional voice transmissions from GPS satellites
#36Earlier quoted context omitted.
> In order for encryption to work, you need to exchange keys at some point. Not since 1976. https://en.wikipedia.org/wiki/Public-key_cryptography
You still need to exchange keys. You can't get around that. Otherwise, how do I know the public key you sent me over the radio is YOUR public key and not someone else with a more powerful radio?
Re: Receiving unintentional voice transmissions from GPS satellites
#37Re: Receiving unintentional voice transmissions from GPS satellites
#38Re: Receiving unintentional voice transmissions from GPS satellites
#39Re: Receiving unintentional voice transmissions from GPS satellites
#40Earlier quoted context omitted.
Considering how much progress that has been made in encrypting internet traffic radio seems painfully slow in evolving to be more secure. Edit: specifically radio protocols not carrying internet traffic
That’s because there isn’t a point. In order for encryption to work, you need to exchange keys at some point. Doing that half a world away is rather pointless. Doing it over the air, how do I know Alice won’t intercept and broadcast her keys louder than me? Or just interfere and prevent me from sending keys? As we all learned in WWII, a code is better than encryption when you need complex PKI to achieve encryption. I…