How to decode this using OB 2

i got this Authorization and i cant parse it everywhere , i noticed that is an encode of payload
uid changes every request , so how to decode this in OB 2

Capture

Authorization: U2FsdGVkX18etzlI3ClaZq2rwr2ljGrEzhVN4/KF+b5aNaS9hR2YDjk/c6S1bLBYC1YiUDl8ks3tIotb4am5Ow==

uid=U2FsdGVkX199tFKjkvpgKWyObr8ZJFFn44Kx%2B7Mc4h9me8XUr6eY7cBQYYKeF1ayiflGbY19U%2FKC8b7e%2BqGJEMXgQHUuv37cMkxXCYcHJZCh5YcFLVI65kFykYYip2GY

You cant able decode without knowing the secret key , make sure the value not from server side means, it generated at client side js, check js code you will get clue. The value looks like aes encryption with base64 output.

1 Like