Commit 31a3b3e5 by BellCodeEditor

save project

parent 2959c910
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ import random
# 私钥
key = "abcdefghijklmnopqrstuvwxyz "
# 要加密语句
message = "I Hate you"
message = input("any whords you what me to secure?")
newmessage = ""
# 请使用私钥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