Commit 010c446c by BellCodeEditor

auto save

parent 2dacc870
Showing with 7 additions and 11 deletions
a="psllk"+"c" a="psllk"+"c"qaaaaaaaaaazsasasasase
c="as" c="as"
print(a) print(a)
\ No newline at end of file
import random import random
a="" a=""
d = "*&^%$@$%^%$@@$%&" d="*&^%$@$%^%$@@$%&"
# 私钥 # 私钥
key = "!@$%^&*(*&^&*&^%^&^%$%^&^%$%^&^!@%&^%^&*&^%^&*&^%^&*&^%^&*&^V HFTTRYTSDGB NKLHNBY%$F#QE)" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句 # 要加密语句
m = "诺依,周末一起去看动漫展吧!" m = "诺依,周末一起去看动漫展吧!"
for i in m: for i in m:
...@@ -10,12 +10,6 @@ for i in m: ...@@ -10,12 +10,6 @@ for i in m:
a1 = i a1 = i
a2 = random.choice(key) a2 = random.choice(key)
a3 = random.choice(key) a3 = random.choice(key)
a4 = random.choice(key) a0 = a1+a2+d+a3
a5 = random.choice(key) a =a+a0
a6 = random.choice(key)
a7 = random.choice(key)
a8 = random.choice(key)
a9 = random.choice(key)
a0 = a1+a2+d+a3+a4+a5+a6+a7+a8+a9
a =a+a0+"*&^%$@$%^%$@@$%&"
print(a) print(a)
\ 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