Commit 90bb5e96 by BellCodeEditor

save project

parent bc2b7486
Showing with 5 additions and 1 deletions
import random
noise="jgfjhjghgjdfhgjhojgfjjhoiudjfoidiufojjgijgdhdkjjudoigugfi"
# 私钥
key = "123456789"
# 要加密语句
......@@ -11,4 +11,7 @@ for i in message:
sty2=random.choice(key)
sty3=random.choice(key)
text=text+sty1+sty2+sty3
text=list(text)
text.insert(5,noise)
text="".join(text)
print(text)
\ 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