Commit ceb17b6d by BellCodeEditor

save project

parent 4b7f1dde
Showing with 2 additions and 3 deletions
...@@ -11,9 +11,8 @@ for i in message: ...@@ -11,9 +11,8 @@ for i in message:
str3 = str+str1+str2 str3 = str+str1+str2
m = m + str3 m = m + str3
m_m = list(m) m_m = list(m)
for i in range(2): t = random.randint(0,len(m_m))
t = random.randint(0,len(m_m)) m_m.insert(t,"近阿爱华多界氟洒了")
m_m.insert(t,"近阿爱华多界氟洒了")
n = "".join(m_m) n = "".join(m_m)
print(n) print(n)
# 请使用私钥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