Commit 016515ea by BellCodeEditor

auto save

parent d5fe5873
Showing with 9 additions and 0 deletions
......@@ -13,5 +13,14 @@ for i in message:
newkey=newkey+new
print(newkey)
# 请使用私钥key,对message进行加密
newkey=list(newkey)
b=[]
for i in range(0,len(newkey),3):
b.append(newkey[i])
print(b)
b=str(b)
print(b[1:80])
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