Commit e0c1ef40 by BellCodeEditor

auto save

parent 79e330cf
Showing with 2 additions and 0 deletions
...@@ -10,7 +10,9 @@ for i in message: ...@@ -10,7 +10,9 @@ for i in message:
str1=random.choice(key) str1=random.choice(key)
str2=random.choice(key) str2=random.choice(key)
text=key1+str1+str2 text=key1+str1+str2
print(text)
newtext=newtext+text newtext=newtext+text
print(newtext)
print(newtext) print(newtext)
# 请使用私钥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