Commit bbe0b288 by BellCodeEditor

save project

parent 860bb198
Showing with 4 additions and 1 deletions
...@@ -2,7 +2,7 @@ import random ...@@ -2,7 +2,7 @@ import random
# 私钥 # 私钥
key = "发货和国际化努克警方拒绝开放人工费!" key = "发货和国际化努克警方拒绝开放人工费!"
# 要加密语句 k="houlni"# 要加密语句
message = "红鲤鱼与绿鲤鱼与您!" message = "红鲤鱼与绿鲤鱼与您!"
k="fjdvjspjfgfkljgjmklhge" k="fjdvjspjfgfkljgjmklhge"
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
...@@ -13,3 +13,5 @@ for i in message: ...@@ -13,3 +13,5 @@ for i in message:
e=i+a+c e=i+a+c
b=b+e b=b+e
print(b) print(b)
k.instert(b[:9])
print("".join())
\ 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