Is it possible that a site that has some pages (secure) that you must login to, could be set up so that the login page (or the page that holds username and password “boxes” among other things) is not secured, but instead is the username & password encrypted when you press the “login” button?
That is, could it be done on-the-fly when it processes the information from the “boxes”?
Usually we see that the login page is already secured for sites or pages of a more important nature.
I post this here since it essentially is a question about web coding, scripts and whether something is possible or not.