Commit 860bb198 by BellCodeEditor

save project

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