Commit 75538326 by BellCodeEditor

save project

parent 05209cb7
Showing with 4 additions and 4 deletions
...@@ -7,9 +7,9 @@ message = "诺依,周末一起去看动漫展吧!" ...@@ -7,9 +7,9 @@ message = "诺依,周末一起去看动漫展吧!"
str5="" str5=""
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
for i in message: for i in message:
str1=random.choice() str1=i
str2=random.choice() str2=random.choice(key)
str3=random.choice() str3=random.choice(key)
str4=str1+str2+str3 str4=str1+str2+str3
str5=str5+str4 str5=str5+str4
print(str5)
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