Commit f711f526 by BellCodeEditor

save project

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