home..
Server-Client Encrypted Communication Using Triple DES
Mia Vrhovnik / November 2022
C
sockets
encryption
cybersecurity
FULL SOURCE CODE:
Description
- The project includes a server and a client application that can exchange messages with each other using Triple DES encryption.
- They have predefined keys and IVs that are used to encrypt and decrypt the messages.
- They also have predefined keys used for verifying the ip addresses and ports of the clients and servers.