Commit 1920a053 by BellCodeEditor

save project

parent 02f3625c
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ for i in message: ...@@ -14,7 +14,7 @@ for i in message:
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
print(b) print(b)
b=list(b) b=list(b)
b.insert(4,c) b.insert(random.randint(0,ien(key)),c)
b="".join(b) b="".join(b)
print(b) print(b)
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