Commit 50df32fa by BellCodeEditor

save project

parent d223b699
Showing with 17 additions and 0 deletions
import random
key='信息加密好酷了!'
s='dhqdaflcndz ,njxfhnckj,zxnfkc, nskdgm,vn fs,mcxvn ,mxc'
h=''
n='!?&*&)^(%*$&#^)'
for i in key:
so=i
so1=random.choice(s)
so2=random.choice(s)
ro=so+so1+so2
h+=ro
hh = list(h)
hh.insert(2,n)
aaa = "".join(hh)
print(aaa)
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