Commit 3c2ee21a by BellCodeEditor

save project

parent c290b2a2
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ for i in message: ...@@ -13,7 +13,7 @@ for i in message:
key_message=key_message+q key_message=key_message+q
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
l=list(key_message) l=list(key_message)
l.insert(5,ssggguu) l.insert(5,"ssggguu")
w=join(l) w=join(l)
print(w) print(w)
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