Commit 42466a42 by BellCodeEditor

save project

parent 85e9f467
Showing with 2 additions and 2 deletions
import random
# 私钥
key = input()
key ="d23123213sadsagad3qra2rety@!#$!$3532afafa,.;';"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
message = input()
key_message=""
# 请使用私钥key,对message进行加密
for i in range(len(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