Commit 8ccf7547 by BellCodeEditor

save project

parent a90858d9
Showing with 2 additions and 18 deletions
import random dict = {}
\ No newline at end of file
# 私钥
aaa = "!@#$%^&*()_s+-=!@#$%^&*()^%$#@!@#$%^&*(*%$#@@#$%^&)"
# 要加密语句
message = "!@#$%^&*(_)(*#@#$%^&*()_)(*#@!@#$%^&*()_)(*&%#@#%&*(#))"
#aaa = ('shadkkhkha')
message=list(message)
# 请使用私钥key,对message进行加密
her = ''
for i in range(len(message)):
me = random.choice(message)
message.remove(me)
you = random.choice(aaa)
he = me + you
her+=he
print(her)
\ 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