Commit 07af6cdd by BellCodeEditor

auto save

parent 3e7c348e
Showing with 3 additions and 3 deletions
import random
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
message = input("请输入:")
message1 = input("请输入:")
message2=""
x="奥里给"
for i in range(len(message)):
a=message[i]
for i in key:
a=i
b=random.choice(key)
c=random.choice(key)
d=a+b+c
......
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