Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想加密 LabView 和 Python 代码之间的通信。我做了一些初步研究,发现了LabView 的AES 库。M2Crypto 模块支持 AES。
我的问题是 AES 是否是 TCP 通信的最佳解决方案。任何人都可以在python中提供一个简单的例子吗?
我查看了 SOS AES 库,似乎它在加密数据中添加了一些数据,它们在解密时使用。 你可能想试试我在LAVA和bitbucket上的库。