Hello Sagar,
> 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.
Here in the US, wireless communications are tightly c
Sergey Matveev wrote:
>*** Josuah Demangeon [2023-10-15 16:43]:
>>Not possible to do "tcpdump -i ipsec0" to see the packets going
>>*over* the VPN as there is no network interface for it
>
>That depends on OS/configuration. There could be literally "ipsec"
>interface in FreeBSD to see exactly the
> (OpenBSD added the pflog interface for tcpdump purpose though)
My bad, it is the enc(4) interface:
https://man.openbsd.org/enc.4
# ifconfig enc0
enc0: flags=0<>
index 2 priority 0 llprio 3
groups: enc
status: active
# tcpdump -i enc0
tcpdump:
*** Josuah Demangeon [2023-10-15 16:43]:
>Not possible to do "tcpdump -i ipsec0" to see the packets going
>*over* the VPN as there is no network interface for it
That depends on OS/configuration. There could be literally "ipsec"
interface in FreeBSD to see exactly the packets flowing over that VPN
Sergey Matveev wrote:
> *** Sagar Acharya [2023-10-15 18:00]:
> >How many devices can connect to IPSec VPN?
>
> Thousands easily. Depends on bandwidth and CPU speed mainly.
You can also find that protocol in almost any 'hardware' router
that claims to support a VPN: Mikrotik, StormShield, Forti
*** Sagar Acharya [2023-10-15 18:00]:
>How many devices can connect to IPSec VPN?
Thousands easily. Depends on bandwidth and CPU speed mainly.
>What is the private key or secret key for these networks?
Various. Mostly either PSK (symmetric pre-shared key) or
X.509-certificate-based keypair are u
*** Sagar Acharya [2023-10-15 17:22]:
>I don't need signing, just encryption.
Are you aware that "just encryption" is practically useless, if it does
not authenticate transmitted data somehow? By MAC, by AEAD, by signature,
but with "just encryption" malefactor in many cases can alter your data
wi
*** Sagar Acharya [2023-10-15 16:33]:
>How is libcrypto of libressl?
Just a library with numerous algorithms. There are plenty of others.
>It has no encryption. What about ed448 and aes?
Generally no asymmetric encryption is used in modern protocols.
Only signing and key exchange operations as a
*** 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
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
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
11 matches
Mail list logo