Commit b4b2f37d by BellCodeEditor

save project

parent e3160ea5
Showing with 20 additions and 0 deletions
import random
# 私钥
key = "hiu85342抽空加全合成!&*&@kdsjvps*!)(&@(&!7859821537马蜂窝,免费活动时风"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密
for i in message:
str=i
str1=random.choice(key)
str2=random.choice(key)
message=(str+str1+str2)+message
len0=random.randint(0,len(message))
list_message=list(message)
ss="Usudao在据了解"
list_message.insert(len0,ss)
str9="".join(list_message)
print(str9)
\ 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