aes 128 bit encryption - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: aes 128 bit encryption (/showthread.php?tid=1077) |
aes 128 bit encryption - cekca - 03.11.2017 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? RE: aes 128 bit encryption - admin - 03.11.2017 See this post, cypher negotiation is part of tls protocol, you don't have to set it explicitly: https://forum.logicmachine.net/showthread.php?tid=206&pid=903#pid903 RE: aes 128 bit encryption - cekca - 06.11.2017 sorry but is not clear... how i can send the 'passphrase' to the server? RE: aes 128 bit encryption - admin - 06.11.2017 Can you be more specific, do you have documentation on the communication protocol? |