Commit 9db81b49 by BellCodeEditor

save project

parent 48549543
Showing with 2 additions and 3 deletions
...@@ -4,7 +4,7 @@ import random ...@@ -4,7 +4,7 @@ import random
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句 # 要加密语句
message = "诺依,周末一起去看动漫展吧v" message = "诺依你个狗逼"
key_message="" key_message=""
for i in range(len(message)): for i in range(len(message)):
...@@ -17,4 +17,4 @@ list(key_message) ...@@ -17,4 +17,4 @@ list(key_message)
tzz=list(key_message) tzz=list(key_message)
tzz.insert(2,"port:@&&&$$&^#@@@@%^*&") tzz.insert(2,"port:@&&&$$&^#@@@@%^*&")
youissb="".join(tzz) youissb="".join(tzz)
print(youissb) print(youissb)
\ No newline at end of file
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