I have 10 datasheets (csv format) that I want to post on my website but I don't want them to be accessed by anyone else.
Now I am trying to create a login page to secure the files. The code that I used doesn't seem to be very safe. Can someone give me an idea how to make a safe and secure login page? What language should I preferrably use?
PHP_mySQL__Newbie wrote:Can someone give me an idea how to make a safe and secure login page?
Search the security section of the forum; the subject has been covered in the past
PHP_mySQL__Newbie wrote:What language should I preferrably use?
One which you are proficient in. Javascript is a client-side language which means it can be disabled so any security measures you implement using it can be circumvented with ease. Your option is something server-side, and judging from the name you are using, i'd say go with php. (That's also the language covered by the various previous secure login threads.)
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering