Commit 1373c3a2 by BellCodeEditor

save project

parent d223b699
Showing with 16 additions and 0 deletions
import random
# 私钥
key = "*@#%&&%#!!#^&))*&%^&((&%##$%^&***^#@#^^$$+_+_?><><>)*{}_){]0(*&&(%$))}"
# 要加密语句
R=""
message = "诺依,周末一起去看动漫展吧!"
for i in message:
A=i
B=random.choice(key)
C=random.choice(key)
text=A+B+C
R=R+text
print(R)
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