Commit 97d6dac8 by BellCodeEditor

save project

parent 18891748
Showing with 19 additions and 0 deletions
import random
key = "abcdefgh"
message = "电脑房老羞成怒该板块"
key_m=""
noise = "port:@#$%^&"
text.insert(2,noise)
#加密过程
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
key_m=key_m+text
print(key_m)
li_text = list(key_m)
list.insert(2,nflsmldjngikdmnclsdkngkdfnf)
yfjhgh="".join(li_text)
print(yfjhgh)
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