Commit 03ccc370 by BellCodeEditor

auto save

parent d223b699
Showing with 19 additions and 0 deletions
import random
# 私钥
key_message = ""
key="咋写色彩的人,显示出大而是信任程度还没寄我咋小额,。,.;';‘【】【】,’‘’‘’‘速黄焖鸡设定法规环境非常的规划借款方,风格是对方如果回家看对方过后就考虑入对方提供一航局垮落法更好你家门口,了大润发团购会家门口线色承认大分摊表个月内护目镜,方便更好"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
str4 = random.choice(key)
str5 = random.choice(key)
text = str1 + str2 + str3 + str4 + str5
key_message = key_message + text
print(key_message)
\ 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