Commit 027d6975 by BellCodeEditor

auto save

parent 26a57abe
Showing with 2 additions and 6 deletions
import random
w="!#@@$#^%%^$$%%&%$^%$$*&%^$%#$@ER*^%$#$%R$T&"
# 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
......@@ -11,9 +11,6 @@ for i in range(len(message)):
b=random.choice(key)
c=random.choice(key)
text=a+b+c
a_text=a_text+text
a_text=list(key_message)
print(text)
print(a_text)
\ 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