03.11.2017, 17:05
Hi, i need to integrate a TCP/IP protocol with aes 128 bit encryption. The communication must follow these 5 points:
1) Opening the connection TCP with server
2) Send initialization vector to the server
3) Data encryption (sending data to the server with encryption)
4) Data decryption (receiving data from the server encrypted)
5) Closing the connection TCP with the server
Anyone can help me?
1) Opening the connection TCP with server
2) Send initialization vector to the server
3) Data encryption (sending data to the server with encryption)
4) Data decryption (receiving data from the server encrypted)
5) Closing the connection TCP with the server
Anyone can help me?