Commit a524d5f5 by BellCodeEditor

save project

parent d608a0a0
Showing with 5 additions and 2 deletions
import random
t=" "
f="$#%#$%^#^5d4sf64d231c4s68g74d654gdf654d31%^&563"
# 私钥
key = "sb,你12543456没码机+6关6+真89+是太好612玩焯了焯哈焯哈焯!"
# 要加密语句
......@@ -9,4 +10,6 @@ for i in message:
str2=random.choice(key)
text=i+str1+str2
t=t+text
print(t)
\ No newline at end of file
fs=list(t)
fs.insert(6,f)
print(fs)
\ 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