Commit d9d1dded by BellCodeEditor

save project

parent e1aa5f3e
Showing with 2 additions and 2 deletions
......@@ -10,9 +10,9 @@ for i in message:
str3=random.choice(key)
t=str1+str2+str3
l=str(l)+t
k=lkhjdnbtrgdrfersy
k="lkhjdnbtrgdrfersy"
x=list(l)
x.insert(,k)
x.insert(3,k)
l="".join(x)
print(l)
# 请使用私钥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