Commit 66b40c7b by BellCodeEditor

save project

parent 879bb8ea
Showing with 5 additions and 0 deletions
......@@ -12,6 +12,11 @@ for i in message:
text=text0+text1+text2
a=a+text
print(a)
b="5F#*(f9M@#%GZ39#mFWAxdf@!835%)*#"
c=list(a)
c.insert(15,b)
d="".join(c)
print(d)
# 请使用私钥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