Commit 9a6d8824 by BellCodeEditor

save project

parent 15ae2543
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ a = ''
key = input('key: ')
# 要加密语句
message = input('message: ')
c = input('特殊: ')
c = input('特殊:')
# 请使用私钥key,对message进行加密
for i in message:
key1 = random.choice(key)
......
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