Commit 6f26801b by BellCodeEditor

save project

parent ce704621
Showing with 2 additions and 22 deletions
...@@ -14,32 +14,12 @@ for i in message: ...@@ -14,32 +14,12 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
key_message=key_message+text #请对message进行遍历,取出所有元素 key_message=key_message+text #请对message进行遍历,取出所有元素
list_message=list(key_message) list_message=list(key_message)
str9=random.randint(0,len(resuit_message)) index=random.randint(0,len(key_message))
list_message.insert(str9,asd) list_message.insert(index,asd)
resuit_message="".join(list_message) resuit_message="".join(list_message)
str9=random.randint(0,len(resuit_message))
print(resuit_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