Commit 35770313 by BellCodeEditor

save project

parent d019db4e
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ for i in message: ...@@ -12,7 +12,7 @@ for i in message:
mi=a+b+c mi=a+b+c
h=h+mi h=h+mi
hai=list(h) hai=list(h)
hai.insert(5, gan) hai.insert(random.randint(0,len(message)), gan)
jie="".join(hai) jie="".join(hai)
print(jie) print(jie)
# 请使用私钥key,对message进行加密 # 请使用私钥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