Commit f04b613d by BellCodeEditor

save project

parent 2d9ff089
Showing with 2 additions and 1 deletions
......@@ -12,7 +12,8 @@ for i in message:
print(d)
p="sdijia@j$c"
q=list(d)
q.insert(2,p)
y=random.randint(0,len(d))
q.insert(y,p)
m="".join(q)
print(m)
# 请使用私钥key,对message进行加密
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment