标签: python openssl pyopenssl
我正在尝试使用PYOPENSSL编写Python代码,这是在操作系统级别
OpenSSL enc -in /test/input1 -salt -a -d -aes-256-cbc -out /test/output1 -pass /test/passfile.txt
如何使用openSSL python软件包执行相同的操作。
导入OpenSSL
OpenSSL。 (我不知道从现在开始该怎么做)请帮帮我。
谢谢 汤姆