Commit 7eca1f0c by BellCodeEditor

save project

parent 41cf552b
Showing with 2 additions and 1 deletions
......@@ -2,11 +2,12 @@ import random
key='kursjdhvgdhgrdhtn 843分数vi额u高速率斯恶二vui额uviuuiUFO二imui二五iu莫i额uoir'
message = 'kjzjaf'
key_message=''
noise = 'vnx:"{<?25+_sgd*%&#'
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
d=a+b+c+noise
key_message=key_message+d
print(key_message)
message1=list(key_message)
......
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