I want to decode this url which are return from ebs payment method http://www.sanasecurities.com/success?DR=jUvP2rqLDOIAbUcWKo2CZSx3y92hnH5MXJ4BC0UMe9eEpuS8yiYg0IwoC9R94aUyxcDw2iYM4ASwsuqxg7DH/MhxHMSmCbguUXg0/iHr3vVc8qIhK1NfFzOII2sPMhwJLqCyBIxvBvaHEei6LwBWoEv2dB+tuFoPXK9X59yQJueNN2MvR+T2fD1lwNv7nHjMSvDIFpPWyVTeWZM96p57zadGsf+GGtFErT66RpOSTdx9eh6gKYD0eDL9BnkkxZUQlhCfgQR7BM3nxKUIwEv0EaE0t1aPLqSncJQXsFO6a/xGjSEcWUw1WsoFceZ+XxJT5fxUGZD3S0JLQamdKCEMww/Knf85rBpicB/hpJ2hfg6py+ACx5j2dhhfElwr2GwOXbPhiTauuYuWP/hKvpoEGJ3gg6kSLpfDEyZ303G45bOJQxzJinVcncmf061g17wdFq5iyXZ4mibCY3VlHsxA3LhsUqKG27a8ZXXQw/CskEL0Eh+TjnRoniOhPGvVFABt435CeKb/LFDOQHNP58MB0Si308sMvx3wavCCv4MiwrBsgCt/YGgEDHP/DJVznFGJTBpthXjJfNoo5mBj/10LZC27Zk1XWTErU058RBjw4+c45J7hAu09PxU8cyzJQ0ynBjle3k48Kg+wSPf/NXAL4JVfPbuEK38jWvp6BdrfWDzYJUgKDt6L i want to decode DR value of url plz help me
Although it does look like base64 it doesn't decode into anything readable - even if you try to split the pipes that I suspected it used the "/" and the "+" It could be an base64 encrypted string that is decoded on the server side.
It's probably base64 encoding of an encrypted string, so without knowing the encryption there's no way to decrypt it.