Commit d2388bf4 by BellCodeEditor

save project

parent c7ae7661
Showing with 3 additions and 3 deletions
...@@ -3,7 +3,7 @@ import random ...@@ -3,7 +3,7 @@ import random
# 私钥 # 私钥
key = "发货和国际化努克警方拒绝开放人工费!" key = "发货和国际化努克警方拒绝开放人工费!"
# 要加密语句 # 要加密语句
message = "规划分局合伙人突然发觉官方回复!" message = "红鲤鱼与绿鲤鱼与您!"
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
b="" b=""
...@@ -12,5 +12,4 @@ for i in message: ...@@ -12,5 +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