Commit 13385373 by BellCodeEditor

save project

parent 375fe871
Showing with 27 additions and 0 deletions
import random
f="hwiue"
g=list(f)
# 私钥
key = "傻逼傻逼傻逼傻逼傻逼傻逼傻逼傻逼"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
e=[]
for i in message:
str=i
str1=random.choice(key)
str2=random.choice(key)
str3=str+str1+str2
e.append(str3)
tm=list(e)
tm.insert(5,"herthevtjt")
fd="".join(tm)
print(tm)
# 请使用私钥key,对message进行加密
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