Commit f76be39e by BellCodeEditor

save project

parent 65d08f6f
Showing with 22 additions and 0 deletions
import random
# 私钥
key = "hcsaruilmioplmnhgfdsaxwryioppl,,mqwertyuiop1234567890$%^&*()$#@!~使用编程实现位那个应该恢复衣服已经发货移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
z=""
# 请使用私钥key,对messa
g="gsdngh刚刚非常高hefe74or咽鼓管有一天我让人玩哇6任7图u5749,你发发广告的投入到来来来飞机衣服孤孤单单f'd孤孤单单fd衣服3utsa出一个v出一个vaav成功vxv585twhkqksmlxnffrhwsbvajqmsil"
for i in message:
a=i
b=random.choice(key)
c=random.choice(key)
t=a+b+c
z=z+t
lm=list(z)
lm.insert(random.randint(0,len(z)),g)
rm="".join(lm)
print(rm)
\ 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