Commit aa38acfe by BellCodeEditor

save project

parent 14cc05db
Showing with 18 additions and 17 deletions
......@@ -3,24 +3,25 @@ import random
# 私钥
key = "abcdeafgb傻姑很类似于活该u以后嘎哈韩国可咋开两个号克拉公馆克拉夫后来还是离开"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
message = input("What do you want to say?")
# 请使用私钥key,对message进行加密
KRY = ""
for i in message:
s1=i
s2=random.choice(key)
s3=random.choice(key)
SB=s1+s2+s3
KRY=KRY+SB
x=list(KRY)
z=random.randint(0,len(KRY))
x.insert(z,"asfgzLglfgl.g")
x.insert(z,"hskghGSDkgha")
x.insert(z,"fhvcklgzhlfihg")
x.insert(z,"l/.kzcvbl;fdj;")
y="".join(x)
print(y)
while True:
for i in message:
s1=i
s2=random.choice(key)
s3=random.choice(key)
SB=s1+s2+s3
KRY=KRY+SB
x=list(KRY)
z=random.randint(0,len(KRY))
x.insert(z,"你看发到这里的;就")
x.insert(z,"什么v爸妈觉得不是v;")
x.insert(z,"X,那那段时光吧,看见发红包;")
x.insert(z,"好,付款就是吃饭了;")
x.insert(z,";镂空发光的;顺龙控股; ")
x.insert(z,"X,他;好看; ;")
y="".join(x)
print(y)
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