Digital voice encryption

Status
Not open for further replies.

jonwienke

More Info Coming Soon!
Joined
Jul 18, 2014
Messages
13,409
Reaction score
3,728
Location
VA
Simply connecting to a server, furnishing and having the server encrypt a random string, sending it back and then having the client decrypt it, only determines that the client has the matching private key to the public key. It does nothing else.

That's all that's necessary for this application. If the user generates their own private key, and doesn't disclose their private key to anyone else, then proof the client has the private key is sufficient to authenticate the user.

All of the above is unnecessary if both parties know in advance a shared secret..

And that's the problem. You can't share a secret with 100,000 people and expect it to remain a secret.

If both sides know the shared secret in advance, no encryption beyond a hash using a salt plus the shared secret is necessary for the server to know that the client is who he says he is. This is how mail servers used to work before TLS became prevalent.

And that's why that is no longer used. Shared secrets shared among too many parties cannot be kept secure.

Aside from that, unless the server knows the shared secret in advance, then a trusted third party would be required.

If authentication is based only on proof of possession of the private key, then no trusted third party is required. And authentication isn't required for every data packet, or even every transmission. First keyup, and every few hours therafter is sufficient for jamming prevention. If each repeater authenticates its own users, then no centralized authentication server is needed. Each repeater just needs to have a replicated copy of valid users and their public keys.

Good luck trying to get Motorola and Hytera to modify their repeater DMR protocols.

As I said before, I don't think jamming and spoofing is enough of an issue to justify any measures beyond what is already in place. But if you want to solve the problem, then you need to have a discussion about what could actually solve it, not something that cannot. Public key-based authentication would solve the jamming (at least on the network level) and spoofing issues, although the implementation wouldn't be worth the hassle. Encryption would not solve the problem at all--it would have legal issues, and would at best balkanize repeater networks in a way that would defeat the point of networking them together in the first place.
 

bill4long

Member
Joined
Aug 6, 2012
Messages
1,668
Reaction score
1,300
Location
Indianapolis
That's all that's necessary for this application. If the user generates their own private key, and doesn't disclose their private key to anyone else, then proof the client has the private key is sufficient to authenticate the user.

Only if the server knows the public key in advance, which you stated. Which may be reasonable in this case.

If authentication is based only on proof of possession of the private key, then no trusted third party is required. And authentication isn't required for every data packet, or even every transmission. First keyup, and every few hours therafter is sufficient for jamming prevention. If each repeater authenticates its own users, then no centralized authentication server is needed. Each repeater just needs to have a replicated copy of valid users and their public keys.

Hmm, yes, I agree. The shared secret method would be a lot more efficient, but as you say, it might be hard to keep them secret. If PKE didn't put too much burden on the server, and the server knows the public key in advance from a trusted source, then that would work.
 

wrath

Member
Joined
Dec 18, 2005
Messages
465
Reaction score
37
If you want someplace boot free get a Kenwood 74A use dstar 220 simplex with your friends, 3/4 of the ham population doesn't have 220 let alone dstar 220 at all .
The F.C.C has said digital modes are not encryption ,if you don't have a radio that decodes it that's on you, perfectly legal and very private ,not many people are going to drop $500 to be an idiot ,let alone hunt you down on 220 digital to be an idiot , or if they do its because its a real ham, who hopefully wont be smart enough to enter bogus info when he wants to be an idiot.

Sent from my SM-T810 using Tapatalk
 
Status
Not open for further replies.
Top