Commit 15527e5e by BellCodeEditor

save project

parent acb08921
Showing with 3 additions and 2 deletions
import random import random
a=" " a=" "
# w="asdfghjklzxcvbnm" w="asdfghjklzxcvbnm"
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句 # 要加密语句
...@@ -13,6 +13,7 @@ for i in message: ...@@ -13,6 +13,7 @@ for i in message:
j = str1 + str2 + str3 j = str1 + str2 + str3
a=a+j a=a+j
text=list(w) text=list(w)
text.insert(6,a)
print(text) print(text)
#print(a) print(a)
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