Commit 47dbf738 by BellCodeEditor

save project

parent a60c5961
Showing with 6 additions and 2 deletions
...@@ -5,6 +5,7 @@ key = "ASRWGHSVHCFDAGGWHS我怀疑人生!@#¥%%……%¥¥%#¥%%¥" ...@@ -5,6 +5,7 @@ key = "ASRWGHSVHCFDAGGWHS我怀疑人生!@#¥%%……%¥¥%#¥%%¥"
# 要加密语句 # 要加密语句
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
zx='' zx=''
qw='!@#!!###$#$%@$%#^^$^%U&%%&%^^%{}})(*}()}{&%*%&^&^^^^*&%*$$%})'
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
for i in message: for i in message:
str1=i str1=i
...@@ -12,4 +13,7 @@ for i in message: ...@@ -12,4 +13,7 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
zx=zx+text zx=zx+text
print(zx) list1=list(zx)
\ No newline at end of file list1.insert(14,qw)
a="$".join(list1)
print(a)
\ 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