Commit c1c5fd66 by BellCodeEditor

save project

parent f679390e
Showing with 7 additions and 5 deletions
......@@ -3,17 +3,18 @@ import random
# 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩;'.,/`!@#$%^&*()了哈哈oqwkWDWQJ;B!14r;ewuqB,.khwl123k3iui"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
message=input("请输入:")
jfhea=""
jijijij="!@#$%^&&*()54188,14SB$$$$"
jijijij="!@#$%^&&*()54188,14SB"
# 请使用私钥key,对message进行加密
for i in message:
ji1=i
ji2=random.choice(key)
ji3=random.choice(key)
jkjk=ji1+ji2+ji3
jfhea=jfhea+jkjk
jfhea=jfhea+jkjk
list_message=list(jfhea)
list_message.insert(5,jijijij)
jjjjjjjjjjjjjjji="SB".join(list_message)
imjh=random.randint(0,len(jfhea))
list_message.insert(index,jijijij)
jjjjjjjjjjjjjjji="".join(list_message)
print(jjjjjjjjjjjjjjji)
\ 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