Skip to content

TwelfthFace/TCPEncryptedClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCPEncryptedClient

For usage with the TCPEncryptedServer from yours truly available here.

The private key on the server should have a public key counterpart, make sure this client has it or decryption will be impossible.

Only one-way communications are available atm.

Usage

./TCPEncryptedClient <IP> <PORT>

Dependencies

openssl-1.1.1

Compile Instructions

git clone "..."
cd TCPEncryptedClient
cmake -B build/ && cd build/ && make
./TCPEncryptedClient <IP> <PORT>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors