Commit 991e2ebe by BellCodeEditor

save project

parent 160d76d8
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ k = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太 ...@@ -6,7 +6,7 @@ k = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太
m = input("加密语句") m = input("加密语句")
a='' a=''
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
for i in k: for i in k:a
s=i s=i
a1=random.choice(k) a1=random.choice(k)
a2=random.choice(k) a2=random.choice(k)
......
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