Commit 9beac848 by BellCodeEditor

save project

parent f6b2bcc0
Showing with 3 additions and 3 deletions
...@@ -8,9 +8,9 @@ hs = "$#@%#@%$R" ...@@ -8,9 +8,9 @@ hs = "$#@%#@%$R"
# 请使用私钥key,对age进行加密 # 请使用私钥key,对age进行加密
for i in message: for i in message:
str1 = i str1 = i
str1 = key.random.choice(key) str1 = random.choice(key)
str2 = key.random.choice(key) str2 = random.choice(key)
str3 = key.random.choice(key) str3 = random.choice(key)
text = str1+str2+str3 text = str1+str2+str3
key_mess = text key_mess = text
sb=list(key_mess) sb=list(key_mess)
......
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