Commit b4567214 by BellCodeEditor

save project

parent 6dfcd95d
Showing with 10 additions and 3 deletions
import random
r=5566325
# 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
......@@ -16,4 +16,12 @@ print(key_message)
message1=list(key_message)
message1.insert(random.randint(0,len(message1)),"¥%……&*$%_*^&%(%^")
message2="".join(message1)
print(
\ No newline at end of file
print(message2)
t=int(input())
while True
if t!=r:
print("输入错误")
return
elif t==r:
print(message)
break
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