Commit 0327aadd by BellCodeEditor

save project

parent b4605f5c
Showing with 1 additions and 2 deletions
import random
# 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
......@@ -12,7 +11,7 @@ for i in message:
x=str1+str2+str3
message2=message2+x
message2=list(message2)
message2.insert(2,"pocndsvsdij")
message2.insert(random.randint(0,len(message2)),"pocndsvsdij")
message2="".join(message2)
print(message2)
......
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