Commit bc2b195d by BellCodeEditor

save project

parent e9695362
Showing with 6 additions and 0 deletions
......@@ -8,3 +8,9 @@ key_message=""
# 请使用私钥key,对message进行加密
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
saty=a+b+c
key_message+=saty
print(key_message)
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