Commit 055caa63 by BellCodeEditor

auto save

parent ffe29862
Showing with 34 additions and 0 deletions
import random
key="abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
message = "诺依,周末一起去看动漫展吧!"
key_message=""
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
test=str1+str2+str3
key_message=key_message+test
print(key_message)
list1=list(key_message)
a="kdjvgj/*/*+--*-\\251454*//*bnhh1"
list1.insert(0,a)
key_message1="".join(list1)
print(key_message1)
\ No newline at end of file
import random
key="kjhgkbjdfghjhgfdx45"
massage="笑死,根本笑不死。"
key_massage=""
for i in massage:
str1=i
str2=random.choice(key)
str3=random.choice(key)
a=str1+str2+str3
key_massage=key_massage+a
print(key_massage)
list1=list(key_massage)
b="vbk5445[]].'*-/564259*dreffg/***/][[*/*]/;''t55"
list1.insertb(0,)
key_message1="".join(list1)
print(key_message1)
\ 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