• Resolved esmaeili

    (@esmaeili)


    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=1234

    I 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)
  • Plugin Contributor Yuval

    (@yuvalsabar)

    Hi @esmaeili,

    If I understand correctly, you want to turn ?password=1234 in the url to ?password=<encrypt_data>. Unfortunately, you can not do it with the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘encrypt / hash passed URL query parameters value’ is closed to new replies.