Commit adcdea0b by BellCodeEditor

save project

parent c2d573d1
Showing with 6 additions and 3 deletions
import random import random
f="弗兰克瞬间感觉才是你的饭卡"
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句 # 要加密语句
...@@ -12,4 +12,7 @@ for i in message: ...@@ -12,4 +12,7 @@ for i in message:
c=random.choice(key) c=random.choice(key)
d=a+b+c d=a+b+c
e=e+d e=e+d
print(e) g=list(e)
\ No newline at end of file g.insert(5,f)
h="".join(g)
print(h)
\ 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