Commit 71aaf47c by BellCodeEditor

save project

parent 006dc108
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@ k=" "
# 请使用私钥key,对message进行加密
for i in message:
s1=i
s2=random.choice(k)
s3=random.choice(k)
s2=random.choice(key)
s3=random.choice(key)
t=s1+s2+s3
k=k+t
print(k)
......
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