Commit c93f5f71 by BellCodeEditor

save project

parent c514c25a
Showing with 6 additions and 3 deletions
import random
#扰乱句
jio="jdshjsuhfiji3u398yr49^%&^%*&(*^&%#%#@#$&*(*)8yhf89r43u-32-odpwlkqijjiehfuehwfuweufue"
# 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
......@@ -11,8 +12,10 @@ for i in message:
s3=random.choice(key)
q=s1+s2+s3
w=w+q
print(w)
qqq=list(w)
qqq.insert(3,jio)
www="".join(qqq)
print(www)
......
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