Commit d257500e by BellCodeEditor

auto save

parent 1b7601b3
Showing with 3 additions and 2 deletions
import random
Z=""
# 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
......@@ -11,7 +11,8 @@ for i in message:
B=random.choice(key)
C=random.choice(key)
ABC=A+B+C
Z=ABC
Z = Z + ABC
print(Z)
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