Commit 6afbc8f8 by BellCodeEditor

auto save

parent 8ecaca5a
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进行加密
b=list(b) b=list(b)
b.insert(4,c) b.insert(random.randint(0,len(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