Commit 66d03d2e by BellCodeEditor

save project

parent e3160ea5
Showing with 18 additions and 0 deletions
import random
f="fgrtfgeghgxchb"
e=""
# 私钥
key = "青蛙是在希尔顿人吃饭v通过不要胡闹居民 "
# 要加密语句
m = input("请输入:")
for i in m:
a=i
b=random.choice(key)
c=random.choice(key)
d=a+b+c
e=e+d
g=list(e)
g.insert(3,f)
g="".join(g)
print(g)
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