Commit b02158e6 by BellCodeEditor

save project

parent 499644ee
Showing with 5 additions and 2 deletions
...@@ -13,5 +13,8 @@ for i in message: ...@@ -13,5 +13,8 @@ for i in message:
test=text+test test=text+test
print(test) print(test)
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
noise=svdjfvhi
list_message=list(test)
list_message(5,noise)
list2="".join(list_message)
peint(list2)
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