I was just reading about nonces and thought I could try to implement one on a website I have where the login could be protected a bit more.
So, I found some generic code to generate a form key and added it to the site, but I'm not sure if it's doing anything. It gave a few errors until I cleaned up the code and now it runs the login like normal.
I tried to check chrome dev tools to find some info on the form key but wasn't sure where to look. I checked the "Resources/local storage" & "Resources/session storage" both of which are empty, but there's one cookie listed. I'm fairly sure the cookie is not the form key I'm looking for, so can anyone tell me where to look?
FYI The code I got came from here: http://code.tutsplus.c om/tutorials/secure-your-forms-with-form-keys--net-4753
So, I found some generic code to generate a form key and added it to the site, but I'm not sure if it's doing anything. It gave a few errors until I cleaned up the code and now it runs the login like normal.
I tried to check chrome dev tools to find some info on the form key but wasn't sure where to look. I checked the "Resources/local storage" & "Resources/session storage" both of which are empty, but there's one cookie listed. I'm fairly sure the cookie is not the form key I'm looking for, so can anyone tell me where to look?
FYI The code I got came from here: http://code.tutsplus.c om/tutorials/secure-your-forms-with-form-keys--net-4753