Commit aef9eda0 by BellCodeEditor

save project

parent 329e63f7
Showing with 3 additions and 3 deletions
...@@ -12,9 +12,9 @@ for i in message: ...@@ -12,9 +12,9 @@ for i in message:
r=str1+str2+str3 r=str1+str2+str3
j=j+r j=j+r
z=list(j) z=list(j)
z.inster((random.randint(0,len(z)),k) z.insert(random.randint(0,len(z)),GG)
w="".join(z) e="".join(z)
print(w) print(e)
# 请使用私钥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