Commit 319aa610 by BellCodeEditor

save project

parent 5f740e97
Showing with 3 additions and 3 deletions
import random
# 私钥
key = "你看这个彬彬就是逊"
key = "387124983214826997046091"
# 要加密语句
message = "开完笑,我超勇得好吧!"
message = input("qslnl")
e=""
for i in message:
a=i
......@@ -11,7 +11,7 @@ for i in message:
c=random.choice(key)
d=a+b+c
e=e+d
f="阿伟,你又再打电动哦!"
f="4327164986193268769328!"
e=list(e)
e.insert(random.randint(0,len(e)),f)
e="".join(e)
......
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