Commit 800bfc03 by BellCodeEditor

auto save

parent ce08878d
Showing with 6 additions and 8 deletions
...@@ -10,12 +10,9 @@ for i in message: ...@@ -10,12 +10,9 @@ for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
# 请使用私钥key,对message进行加密 app=str1+str2+str3
text=str1+str2+str3 e=e+app
e=e+text a=list(e)
# print(e) a.insert(6,g)
jj=list(e) d="".join(a)
jj.insert(7,g)
print(jj)
c="/".join(jj)
print(c) print(c)
\ No newline at end of file
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