码迷,mamicode.com
首页 > 其他好文 > 详细

XOR加密

时间:2020-11-01 09:57:34      阅读:22      评论:0      收藏:0      [点我收藏+]

标签:height   使用   str   import   src   hex   dig   hashlib   ace   

由于我的VScode出了问题就在终端里使用。

text=‘20201225‘

import hashlib

m=hashlib.md5()

m. update(str.encode(text))
m=m.hexdigest()
import uuid
res=str(uuid.uuid4)
print(res)
res+res.replace(‘-‘,‘‘)
key=res[:32]
a=int(m,16)
b=int(key,16)
cipertext=hex(c)
print(m)
print (key)
print (decodem)

技术图片

XOR加密

标签:height   使用   str   import   src   hex   dig   hashlib   ace   

原文地址:https://www.cnblogs.com/shwan-1949/p/13905803.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!