Commit 282cd028 by BellCodeEditor

save project

parent d223b699
Showing with 18 additions and 0 deletions
import random
noise="cb73y@@hgHF@Vgkg$%5#2$654%6%"
key = "vhdsgheskbfdsc;ilcsfn uiu yd476375q2o3yiy"
message = "wx445288,051209"
km=""
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=km+str1+str2+str3
km=km+text
list_message=list(km)
list_message.insert(5,noise)
resuit_message="".join(list_message)
print(resuit_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