Commit 5064803f by BellCodeEditor

save project

parent 89bf8c1d
Showing with 5 additions and 3 deletions
......@@ -13,9 +13,11 @@ for i in message:
text = str1+str2+str3
text1=text1+text
x = list(text1)
x.insert(2,noise)
y = "".join(x)
print(y)
y = randint(0,len(x))
x.insert(y,noise)
a = "".join(x)
print(a)
# 请使用私钥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