Commit 7c6be5de by BellCodeEditor

save project

parent d223b699
Showing with 22 additions and 0 deletions
import random
# 私钥
key = "abcdeafgb傻姑很类似于活该u以后嘎哈韩国可咋开两个号克拉公馆克拉夫后来还是离开"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
# 请使用私钥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)
x.insert(5,dvlskdgjpjkljas)
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