Commit 78c856ba by BellCodeEditor

save project

parent da599d48
Showing with 4 additions and 17 deletions
import random import random
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" dd="紫策动册测测猜测呃呃猜测呃出测从"
# 要加密语句 ki="尔康萨瓦往往"
message = "诺依,周末一起去看动漫展吧!" # 请使用私钥ke
key_message="" \ No newline at end of file
# 请使用私钥key,对message进行加密
for i in message:
a=i
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
print(key_message)
message1=list(key_message)
message1.insert(random.randint(0,len(message1)),"jhufgyffjhhi")
message2="".join(message1)
print(key_message)
\ 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