netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* New protocol: STCP Module
@ 2025-07-03  7:56 Lauri Jakku
  0 siblings, 0 replies; only message in thread
From: Lauri Jakku @ 2025-07-03  7:56 UTC (permalink / raw)
  To: netdev

Hi,


    I'm in process to make kernel module out of my STCP (Secure TCP) 
protocol. The protocol lives on top of

    normal TCP connection, that has AES encryption with elliptic key 
exchange.


    The packet format is [ 16/24/32 bytes of AES IV key ] + [ the 
AES-encrypted payload ] , located at TCP-packet

    payload.


    Packet handling:

       Incoming:

          Fetch the IV-vector of 16/24/32 bytes from incoming packet -> 
use it and predefined AES key to decrypt

          package, prior to handing the TCP-packet payload to receiver.


       Outgoing:

          Generate random IV-vector of 16/24/32 bytes and apply to 
outgoing payload -> use it and predefined

          AES key to encrypt package, prior to handing the sending the 
message to wire.


--Lja

.---<[ Paxsudos IT / Security Screening ]>---------------------------------------------------------------->
| Known viruses: 8707574
| Engine version: 1.4.3
| Scanned directories: 0
| Scanned files: 1
| Infected files: 0
| Data scanned: 0.00 MB
| Data read: 0.00 MB (ratio 1.00:1)
| Time: 22.996 sec (0 m 22 s)
| Start Date: 2025:07:03 07:56:25
| End Date:   2025:07:03 07:56:48
| SPAM hints: []
| SPAM hints: []
| Message not from DMARC.
`-------------------------------------------------------------------->

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-03  7:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-03  7:56 New protocol: STCP Module Lauri Jakku

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).