Python symmetric encryption of data on Transport W44

Hey

I need to encrypt a data payload using a modern cipher on the Digi Transport (SarOS) via Python, and I’m unable to find a fast way to do this.

Attempted modules:
pyaes - way too slow
ska (bf, aes) - way too slow
pycrypto - unable to install
ssl - unable to find any way of interfacing with the ciphers

Any ideas? :slight_smile:

Hi

if you are building a connection to a single device and port you could use

http://ftp1.digi.com/support/documentation/QN_040_SSL_Tunnel_Certificates.pdf

within the transport its self and just use python to open the port and stream the data

regards