Commit 2dacc870 by BellCodeEditor

auto save

parent d223b699
Showing with 26 additions and 0 deletions
a="psllk"+"c"
c="as"
print(a)
\ No newline at end of file
import random
a=""
d = "*&^%$@$%^%$@@$%&"
# 私钥
key = "!@$%^&*(*&^&*&^%^&^%$%^&^%$%^&^!@%&^%^&*&^%^&*&^%^&*&^%^&*&^V HFTTRYTSDGB NKLHNBY%$F#QE)"
# 要加密语句
m = "诺依,周末一起去看动漫展吧!"
for i in m:
# 请使用私钥key,对message进行加密
a1 = i
a2 = random.choice(key)
a3 = random.choice(key)
a4 = random.choice(key)
a5 = random.choice(key)
a6 = random.choice(key)
a7 = random.choice(key)
a8 = random.choice(key)
a9 = random.choice(key)
a0 = a1+a2+d+a3+a4+a5+a6+a7+a8+a9
a =a+a0+"*&^%$@$%^%$@@$%&"
print(a)
\ 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