fork download
  1. import base64
  2.  
  3. s=base64.b64decode('DxEBFw4dF0RfQUZDXlZGWkBEVFBDRBgNCFJLUEoUCVQPC1sXXEI=')
  4. key='geug428ugthrifhnsjehtkrgbjshegb3'
  5. y=0
  6. res=[]
  7.  
  8. for x in range(0, len(s)):
  9. res.append((chr(ord(s[x])^ord(key[y]))))
  10. y+=1
  11. if y==len(key): y=0;
  12.  
  13. print(''.join(res))# your code goes here
Success #stdin #stdout 0s 23552KB
stdin
Standard input is empty
stdout
http://185.170.43.187/jjj888/skghn.php