Got to make a simple website that needs part of it password protected, its just going to have one user ID and Password for the moment.
Can someone explane how it works. i know in javascript you can basically do something like if password is incorect go here or if it is correct go to this page.
But obviously people can get to that javascript code and find out the password or the protected webpage address.
What i wanna know is how does the better password protection stuff work.
Can someone explane how it works. i know in javascript you can basically do something like if password is incorect go here or if it is correct go to this page.
But obviously people can get to that javascript code and find out the password or the protected webpage address.
What i wanna know is how does the better password protection stuff work.