摘要:
不错哦,可以接受 阅读全文
摘要:
这个要借助Crypto.Cipher这个插件来实现的,引用后只需要写如下代码即可 1 from Crypto.Cipher import DES 2 3 class MyDESCrypt: 4 5 key = chr(11)+chr(11)+chr(11)+chr(11)+chr... 阅读全文
摘要:
import binasciiimport osimport linecacheimport time#add pyDes path#sys.path.append("/data1/wwwroot")import pyDesimport statConfigimport MySQLdbclass m... 阅读全文
摘要:
这几天一直都在下大雨,都没心情编程了 阅读全文