Skip to content

TCP communication with symmetric cipher algorithms

Notifications You must be signed in to change notification settings

KayaTS/Tcp-Crypto

Repository files navigation

Tcp-Crypto

TCP communication with symmetric cipher algorithms

Kurulum için :

sudo apt-get install libssl-dev

Derlemek için:

g++

- g++ server.cpp Crypto.cpp -L/usr/lib -lssl -lcrypto -o server -g
- g++ client.cpp Crypto.cpp -L/usr/lib -lssl -lcrypto -o client -g

(Veya)

CMAKE

- cmake . 
- make

Çalıştırmak için:

- ./server
- ./client (İkinci bir terminalde)

Son olarak metin girip, mesajı yollayın.

About

TCP communication with symmetric cipher algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published