Commit e732fb76 by BellCodeEditor

save project

parent 02fa6d53
Showing with 3 additions and 1 deletions
......@@ -12,8 +12,10 @@ for i in message:
l=str(l)+t
k="lkhjdnbtrgdrfersy"
x=list(l)
x.insert(3,k)
x.insert(b,k)
l="".join(x)
list(message)
b=random.randint(1,len(message))
print(l)
# 请使用私钥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