Commit f41cecfd by BellCodeEditor

save project

parent 796e5fc0
Showing with 5 additions and 4 deletions
...@@ -7,12 +7,12 @@ s='woshisabi' ...@@ -7,12 +7,12 @@ s='woshisabi'
a = "诺依,周末一起去看动漫展吧!" a = "诺依,周末一起去看动漫展吧!"
d=[] d=[]
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
S=""
for q in a: for q in a:
S=S+q+random.choice(A)+random.choice(A) S=S+q+random.choice(A)+random.choice(A)
for q in S: for q in S:
d=append(q) d.append(q)
insert(random.randint(A,len(d)),z) d.insert(random.randint(0,len(d)),s)
for q in len(d): for q in return(len(d)):
S=S+d[q] S=S+d[q]
prine(S) prine(S)
\ 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