Commit fc299348 by BellCodeEditor

save project

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