Commit 4250b825 by BellCodeEditor

save project

parent 61c2e9ec
Showing with 6 additions and 4 deletions
import random import random
key = "abcdefgh使用编程实现位移替加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替加密,制作密码机关真是太好玩了哈哈!"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
key="信息加密好酷啊!" key="信息加密好酷啊!"
inal_ftext="" inal_ftext=""
...@@ -8,5 +8,8 @@ for i in message: ...@@ -8,5 +8,8 @@ for i in message:
aer2=random.choice(key) aer2=random.choice(key)
aer3=random.choice(key) aer3=random.choice(key)
text=aer1+aer2+aer3 text=aer1+aer2+aer3
final_text=final _text + text final_text=final_text + text
print(final_text) final_li_text=list(final_text)
\ No newline at end of file key2="!@#$%^%$#$%^&*&^%$"
data=key2.join(final_li_text)
print(dake)
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