Commit 849058db by BellCodeEditor

save project

parent 5cb6b6bc
Showing with 3 additions and 2 deletions
...@@ -8,8 +8,8 @@ a=" " ...@@ -8,8 +8,8 @@ a=" "
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
for i in message: for i in message:
str=i str=i
str2=rondom.choice(key) str2=random.choice(key)
str3=rondom.choice(key) str3=random.choice(key)
text=str+str2+str3 text=str+str2+str3
a=a+text a=a+text
print(a) 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