[dev] A secure wireless protocol

2023-10-14 Thread Sagar Acharya
Dear devs, Currently, all phones use WiFi, GSM, Bluetooth networks in practically all applications. For WiFi and Bluetooth replacements, do you have any alternate network in mind which caters to only local public and private keys. So, a network which before transmitting a packet, encrypts it wi

Re: [dev] A secure wireless protocol

2023-10-14 Thread Hiltjo Posthuma
On Sat, Oct 14, 2023 at 01:17:04PM +0200, Sagar Acharya wrote: > Dear devs, > > Currently, all phones use WiFi, GSM, Bluetooth networks in practically all > applications. For WiFi and Bluetooth replacements, do you have any alternate > network in mind which caters to only local public and privat

Re: [dev] A secure wireless protocol

2023-10-14 Thread Sergey Matveev
*** Sagar Acharya [2023-10-14 13:17]: >So, a network which before transmitting a packet, encrypts it with the >recipients' public key and broadcasts it with recipients id as header, say >like, Pay attention that using asymmetric cryptography is pretty CPU consuming task. Using it for each IP pac