I want to encrypt the communication between a LabView and a Python code. I did some preliminary research and I found the AES library for LabView. The M2Crypto module supports AES.
My question is if the AES is the best solution for TCP communication. Can anybody provide a simple example in python?
I have looked at the SOS AES library, and it seems that it's adding some data to the encrypted data, they use when de-encrypting.
You might want to try out my library available at LAVA and bitbucket.