Commit 6c8008db by BellCodeEditor

save project

parent 2c2f5ea7
Showing with 21 additions and 0 deletions
import random
# 私钥
key = "awudgadhaeihfuiah螯合物丢按文化的海外件【;】【。i29859111.[23po43oijsfgiuhfi]"
# 要加密语句
message = input("请输入:")
# 请使用私钥key,对message进行加密
giao = "ahuwfbyusd"
w=""
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
w += text
a = list(w)
a.insert(random.randint(0,len(a)),giao)
w = "".join(a)
print(w)
\ 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