Commit f711f526 by BellCodeEditor

save project

parent 25582f58
Showing with 6 additions and 8 deletions
import random import random
b="uisfhsfskfjjr"
# 私钥 # 私钥
key = "发货和国际化努克警方拒绝开放人工费!" key = "发货和国际化努克警方拒绝开放人工费!"# 要加密语句
k="houlni"# 要加密语句
message = "红鲤鱼与绿鲤鱼与您!" message = "红鲤鱼与绿鲤鱼与您!"
k="fjdvjspjfgfkljgjmklhge"
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
b="" b=""
for i in message: for i in message:
...@@ -12,6 +10,6 @@ for i in message: ...@@ -12,6 +10,6 @@ for i in message:
c=random.choice(key) c=random.choice(key)
e=i+a+c e=i+a+c
b=b+e b=b+e
print(b) h=list(b)
k.instert(b[:9]) h.instert(5,k)
print("".join()) print("".join(h))
\ No newline at end of file \ 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