Commit d257500e by BellCodeEditor

auto save

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