Mokus
Mokus

Reputation: 10400

Usage of M2Crypto package

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

Answers (1)

Ton Plomp
Ton Plomp

Reputation: 3105

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.

Upvotes: 1

Related Questions