Commit ff2151c5 by BellCodeEditor

save project

parent 3d3a47b7
Showing with 6 additions and 2 deletions
import random import random
# 私钥 # 私钥
fuck = []
niose="port:@#$%^&"
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句 # 要加密语句
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
...@@ -11,7 +13,9 @@ for i in message: ...@@ -11,7 +13,9 @@ for i in message:
str3 = random.choice(key) str3 = random.choice(key)
tsxt = str1+str2+str3 tsxt = str1+str2+str3
text=text + tsxt text=text + tsxt
list(text) fuck = list(text)
print(text) fuck.insert(2,text)
str1 = "".join(fuck)
print(str1)
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