Commit 15f7038d by BellCodeEditor

save project

parent e86953a5
Showing with 17 additions and 11 deletions
# import random
# # 私钥 # # 私钥
# key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" # key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
...@@ -18,12 +18,19 @@ ...@@ -18,12 +18,19 @@
# message2="".join(message1) # message2="".join(message1)
# print(message2) # print(message2)
message = "hallo"
lngth = len(message)
i = 0
while i < lngth:
element = message[i] import random
print(element) sk = "kjdhhakuebhfiuwbfuw whf wgfwif,,.lmawdjhoh9w2o 2o"
i +=1 lkb = "不是吧不是吧难道单押也算押无视他无视他蓝调专家也算家他们根本从来都不听说唱"
lb = random.randint(message) sk_lkb = ""
print(lb) for i in lkb:
\ No newline at end of file q = i
w = random.choice(sk)
e = random.choice(sk)
op = q + w + e
sk_lkb = sk_lkb + op
print(sk_lkb)
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