Commit a23a08bb by BellCodeEditor

save project

parent d0387b3c
Showing with 4 additions and 1 deletions
...@@ -3,6 +3,7 @@ b="uisfhsfskfjjr" ...@@ -3,6 +3,7 @@ b="uisfhsfskfjjr"
# 私钥 # 私钥
key = "发货和国际化努克警方拒绝开放人工费!"# 要加密语句 key = "发货和国际化努克警方拒绝开放人工费!"# 要加密语句
message = "红鲤鱼与绿鲤鱼与您!" message = "红鲤鱼与绿鲤鱼与您!"
k="fhsdhhdisdjgkjs"
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
b="" b=""
for i in message: for i in message:
...@@ -11,5 +12,6 @@ for i in message: ...@@ -11,5 +12,6 @@ for i in message:
e=i+a+c e=i+a+c
b=b+e b=b+e
h=list(b) h=list(b)
h.instert(5,k) random.randint(0,len)
h.instert(,k)
print("".join(h)) print("".join(h))
\ 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