Commit 9c759992 by BellCodeEditor

save project

parent d8e4e5bd
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ for i in message:
sans=str1+str2+str3
a=a+sans
c=list(a)
c.insert(random.randint(1,len(c)),input())
c.insert(random.randint(1,len(c)),input("请输入"))
k="".join(c)
print(k)
# 请使用私钥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