随笔分类 -  Python

Python学习和相关笔记
摘要:这个要借助Crypto.Cipher这个插件来实现的,引用后只需要写如下代码即可 1 from Crypto.Cipher import DES 2 3 class MyDESCrypt: 4 5 key = chr(11)+chr(11)+chr(11)+chr(11)+chr... 阅读全文
posted @ 2015-05-07 18:15 青山下 阅读(13547) 评论(0) 推荐(0) 编辑
摘要:import binasciiimport osimport linecacheimport time#add pyDes path#sys.path.append("/data1/wwwroot")import pyDesimport statConfigimport MySQLdbclass m... 阅读全文
posted @ 2015-05-07 18:07 青山下 阅读(739) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示