Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 355 Bytes

File metadata and controls

7 lines (4 loc) · 355 Bytes

cpp_client_server_with_encryption

C++ client-server communication with encryption

Client-server communicate with encryption! TCP sockets, Diffie-Hellman's algorithm, secret key, combination scheme encryption with substitutions and matrix transpositions.

It uses small simple prime numbers for testing, but can be changed for more complex encryption.