Commit 2ce50843 by BellCodeEditor

save project

parent 07729f30
Showing with 3 additions and 2 deletions
...@@ -11,8 +11,9 @@ for i in message: ...@@ -11,8 +11,9 @@ for i in message:
s=s1+s2+s3 s=s1+s2+s3
t=t+s t=t+s
aa=list(t) aa=list(t)
aa.insert(5,sb)
print(aa) aaa=''.join(aa)
print(aaa)
# 请使用私钥key,对message进行加密 # 请使用私钥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