Commit 0a98cf41 by BellCodeEditor

save project

parent 3ebb32b4
Showing with 8 additions and 5 deletions
...@@ -9,12 +9,15 @@ for i in message: ...@@ -9,12 +9,15 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
text=text1+text text1=text1+text
print(text) print(text)
list.inser(text) list1=list(text1)
list.inser(3,"ndfkjgr") a=random.randint(0,len(list1))
list.inser(7,"jhbrtiuhtr") b=random.randint(0,len(list1))
list.inser(4,"jefofier") list1.insert(a,"ndfkjgr")
list1.insert(b,"jhbrtiuhtr")
# 请使用私钥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