Commit 66212cbe by BellCodeEditor

save project

parent 81e52136
Showing with 2 additions and 1 deletions
...@@ -10,6 +10,7 @@ for i in message: ...@@ -10,6 +10,7 @@ for i in message:
text=str1+str2+str3+str4 text=str1+str2+str3+str4
text1 += text text1 += text
li_list=list(text1) li_list=list(text1)
li_list.insert(random.randint(0,len(text1)),"@$%^&*_+=-`,./;\|~") str5=input("请输入私钥")
li_list.insert(random.randint(0,len(text1)),str5)
text4="".join(li_list) text4="".join(li_list)
print(text4) print(text4)
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