Commit 26b5041e by BellCodeEditor

save project

parent ed14c9f0
Showing with 7 additions and 5 deletions
import random import random
key="爆发出来就安;'分成本5235覅4243,理查432,;;德你会发42342觉把附件52发235货到付款就变得十分了解的" key="爆发出来就安;'分成本5235覅42@@42342觉把附件!52发235货到付%%%%$$$##款就变得十分了解的"
message=input("加密内容:") message=input("加密内容:")
str5="" str5=""
for i in message : for i in message :
...@@ -9,6 +8,9 @@ for i in message : ...@@ -9,6 +8,9 @@ for i in message :
str3=random.choice(key) str3=random.choice(key)
str4=str1+str2+str3 str4=str1+str2+str3
str5+=str4 str5+=str4
print(str5) list1=list(str5)
jia="$%^^$^&*^"
list2=list(jia)
list1.extend(list2)
keykey="".join(list1)
print(keykey)
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