Skip to content

zeralight/client-server-encrypted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted client/server communication with a shared key.

This program desmonstrates how to use the network/openssl library under linux to build an encrypted client/server communication with a secret pre-shared key.

Screenshot

Building and Running steps

Build the server

gcc server.c -o server -lcrypto -lssl -lm ./server listening-port-number

Build the client

gcc client.c -o client -lcrypto -lssl -lm ./client server-address server-port

About

Client-Server encrypted communication with C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages