Skip to content

SubconsciousCompute/handshake-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secret Handshake over Untrusted Network

Proof of Concept for the Handshake Protocol defined in the Blog. Contains a server and a client binary that perform a handshake over TCP

The Protocol uses ECDSA, ECDSA and AES to preform a Secret Handshake over Untrusted Network. The NIST P-256 curve has been used for both ECDSA and ECDH. The AES-256 variant has been used for encryption

Demo

Run the Server

cargo run --bin server

Run the Client

cargo run --bin client

Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages