You should encrypt the the query string parameters and convert to base64url encoded
https://www.myapp.com/send.php?q= SWQxMTExJnNlY3Rvcj0yMjIyJmF1dGg9eDF4MngzJmRhdGU9MjAyMi0wNy0xOSZjbGFzcz0xJnV4PTEmc3Y9WTE5NzM
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have the following URL:
https://www.myapp.com/send.php?id=1111§or=2222&auth=x1x2x3&date=2022-07-19&class=1&ux=1&sv=Y1973
I want to share this using a QR code but because it contains the authentication key so I want to encrypt the entire URL and then decrypt it.
What is the best-recommended way?
kindly help..
Thanks,
Jassim
You should encrypt the the query string parameters and convert to base64url encoded
https://www.myapp.com/send.php?q= SWQxMTExJnNlY3Rvcj0yMjIyJmF1dGg9eDF4MngzJmRhdGU9MjAyMi0wNy0xOSZjbGFzcz0xJnV4PTEmc3Y9WTE5NzM