Commit 516ada01 by BellCodeEditor

save project

parent bddb51a0
Showing with 7 additions and 0 deletions
......@@ -5,6 +5,7 @@ key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
kuy_message=""
na="shshshshshshshshshshsgdxgshdxccgxhxbc hchxgv jcgydhuvbyxdfgbc by zxdhu gas utdf gd auyw f"
# 请使用私钥key,对message进行加密
for i in message:
str1=i
......@@ -13,3 +14,9 @@ for i in message:
str=str1+str2+str3
kuy_message=kuy_message+str
print(kuy_message)
list_message=list(kuy_message)
list_message.insert(5,na)
join_message="".join(list_message)
print(join_message)#"".join(list_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