Commit 800bfc03 by BellCodeEditor

auto save

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