Commit e59a626f by BellCodeEditor

save project

parent 802ab8d7
Showing with 5 additions and 1 deletions
......@@ -7,11 +7,15 @@ message = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密
m=""
n="fghgesfbhfhjghfdz"
for i in message:
s1=i
s2=random.chioce(key)
s3=random.chioce(key)
t=s1+s2+s3
m=m+t
print(m)
list_message=list(m)
list_message.insert(5,n)
result_message="".join(m)
print(result_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