Commit 06d0cd11 by BellCodeEditor

save project

parent 488442a9
Showing with 5 additions and 1 deletions
...@@ -8,10 +8,14 @@ e="" ...@@ -8,10 +8,14 @@ e=""
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
for i in message: for i in message:
a=i a=i
f="ajfasjlkdfawoieswadsjfawjsfawlkjsf;l"
b=random.choice(key) b=random.choice(key)
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
e=e+d e=e+d
print(e) text=list(e)
text.insert(5,f)
ad="".join(text)
print(ad)
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