该文被密码保护。 阅读全文
posted @ 2019-03-19 15:36
falcondd
阅读(1)
评论(0)
推荐(0)
摘要:
1 # -*- coding: UTF-8 -*- 2 3 import sys 4 from Crypto.Cipher import AES 5 from binascii import b2a_hex, a2b_hex 6 7 class mycrypt(): 8 def __init__(self, key): 9 self.key = ke... 阅读全文
posted @ 2019-03-19 15:21
falcondd
阅读(144)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-19 12:01
falcondd
阅读(2)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-19 11:17
falcondd
阅读(0)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-19 11:04
falcondd
阅读(1)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-19 10:57
falcondd
阅读(1)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-19 10:31
falcondd
阅读(0)
评论(0)
推荐(0)
摘要:
#-*- coding:utf-8 -*- import hashlibimport os filenname = 'd:\\temp\\uat_1_71_2016_09_28.sql'def md5hex(word): """ MD5加密算法,返回32位小写16进制符号 """ if isinst 阅读全文
posted @ 2019-03-19 10:30
falcondd
阅读(359)
评论(0)
推荐(0)
摘要:
#-*- coding:utf-8 -*-'''简短地生成随机密码,包括大小写字母、数字,可以指定密码长度'''#生成随机密码from random import choiceimport stringimport datetime print datetime.datetime.now().str 阅读全文
posted @ 2019-03-19 10:29
falcondd
阅读(836)
评论(0)
推荐(0)

浙公网安备 33010602011771号