Commit 955e0be7 by BellCodeEditor

auto save

parent 75e7d44f
Showing with 5 additions and 3 deletions
import random import random
g="port!@$%^&*"
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句 # 要加密语句
...@@ -11,4 +11,6 @@ for i in message: ...@@ -11,4 +11,6 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
tiex += str+str2+str3 tiex += str+str2+str3
print(tiex) #a=
\ No newline at end of file b="",join(g)
print(b)
\ 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