Commit 796e5fc0 by BellCodeEditor

save project

parent e808e813
Showing with 10 additions and 3 deletions
...@@ -2,10 +2,17 @@ import random ...@@ -2,10 +2,17 @@ import random
# 私钥 # 私钥
A = "asdqwezxcvbnfghrtyuiojklm.,p;/" A = "asdqwezxcvbnfghrtyuiojklm.,p;/"
s='woshisabi'
# 要加密语句 # 要加密语句
a = "诺依,周末一起去看动漫展吧!" a = "诺依,周末一起去看动漫展吧!"
d=[]
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
for q in a: for q in a:
print(q,random.choice(A),random.choice(A),sep="",end="") S=S+q+random.choice(A)+random.choice(A)
\ No newline at end of file for q in S:
d=append(q)
insert(random.randint(A,len(d)),z)
for q in len(d):
S=S+d[q]
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