Commit fd4f6d35 by BellCodeEditor

auto save

parent 5a34c931
Showing with 14 additions and 3 deletions
import random import random
#bbb=0 '''#bbb=0
aaa=0 aaa=0
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
...@@ -16,6 +16,17 @@ ccc=list(aaa) ...@@ -16,6 +16,17 @@ ccc=list(aaa)
ddd="!@#$%^&*()" ddd="!@#$%^&*()"
ccc.insert(11,ddd) ccc.insert(11,ddd)
aaa="".join(ccc) aaa="".join(ccc)
print(aaa)'''
ccc=0
aaa=input("请输入要加密的密文:")
bbb='12345678890qwertyuiopasdfghjklzxcvbnm[];./,!@#$%^&*()-=请问如同预售的放过她v以恶佛TV就我一个v嘎嘎嘎嘎托管人托管’'
for i in aaa:
t1=i
t2=random.choice(bbb)
t3=random.choice(bbb)
ccc=str(ccc)+t1+t2+t3
ccc=list(ccc)
ddd="5!4@1#8$8%^&*()"
ccc.insert(11,ddd)
aaa="".join(ccc)
print(aaa) print(aaa)
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