Commit fead378b by BellCodeEditor

save project

parent 76bc2372
Showing with 7 additions and 6 deletions
...@@ -5,15 +5,15 @@ key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是 ...@@ -5,15 +5,15 @@ key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
a=0 a=0
print(a)
la=list(a)
la.insert(3,dgddgadvgadfgsf)
la.join()
str(la)
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
for i in message: for i in message:
s1=i s1=i
s2=random.choice(key) s2=random.choice(key)
s3=random.choice(key) s3=random.choice(key)
a=str(a)+la+s1+s2+s3 a=str(a)+s1+s2+s3
la=list(a)
za=random.randint(1,10)
la.insert(za,"hhgfdfdsfdfdfgddgg诺伊上帝创造的冲动没打v没打vs's's's's")
print("".join(la))
\ 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