Commit abe74f4c by BellCodeEditor

save project

parent 4856884a
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ key = "abcdefgh使用编程实现ä½ç§»æ›¿æ¢åŠ å¯†ï¼Œåˆ¶ä½œå¯†ç æœºå…³çœŸæ˜¯å¤ ...@@ -6,7 +6,7 @@ key = "abcdefgh使用编程实现ä½ç§»æ›¿æ¢åŠ å¯†ï¼Œåˆ¶ä½œå¯†ç æœºå…³çœŸæ˜¯å¤
m = "诺依,周末一起去看动漫展吧!" m = "诺依,周末一起去看动漫展吧!"
key_m="" key_m=""
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
for i in range(len(message)): for i in range(len(m)):
a=m[i] a=m[i]
b=random.choice(key) b=random.choice(key)
c=random.choice(key) c=random.choice(key)
......
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