Reputation: 10400
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?
Upvotes: 1
Views: 245