Commit be9a8b84 by BellCodeEditor

auto save

parent 33d8008c
Showing with 3 additions and 3 deletions
...@@ -3,10 +3,10 @@ import random ...@@ -3,10 +3,10 @@ import random
# 私钥 # 私钥
# 要加密语句 # 要加密语句
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!
key_message="" key=""
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
key = "awgygdfuytjtfgty" key_message="yfdswgiytfrigyig"
for i in message: for i in message:
a=i a=i
b=random.choice(key) b=random.choice(key)
......
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