Commit 85dcfd2b by BellCodeEditor

save project

parent 48d84816
Showing with 16 additions and 0 deletions
import random
key="信息加密好酷啊!发一套一套衣服头发发图大润发脱衣服的人大润发通过他摇摇头认识到人多手杂剩下的人土地规划法规沣东新城鲱鱼罐头发个语音芳古园"
message = "诺依,周末一起去看动漫展吧!"
key_message = ""
noise="统一土地费用贵枫语过,吧你,看见了及配件发广告的部分地方需符合人的丰富他的奋斗光和热撒上发的发的粉色闪电发的规范和哪个航空路潘金莲航空科技控股和"
for i in message:
s1=i
s2=random.choice(key)
s3=random.choice(key)
t=s1+s2+s3
key_message=key_message+t
list_message=list(key_message)
list_message.insert(5,noise)
result_message="".join(list_message)
print(result_message)
\ No newline at end of file
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