encrypt / hash passed URL query parameters value
-
firstly, thank you for the awesome plugin.
I added a password field to my form,
after submission, the page will redirect to a password protected page.
the password is passed to URL query parameters and it shows like:
url/?password=1234I need to encrypt the value and decrypt it when I want to compare it to that private page password.
for now, I want to decrypt it but I couldn’t figure out how and where to implement this snippet.
your help and overall suggestion are highly appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘encrypt / hash passed URL query parameters value’ is closed to new replies.