| View previous topic :: View next topic |
| Author |
Message |
aquariancore Contributing User

Joined: 13 Jan 2007 Posts: 165
|
Posted: 01.14.07, 3:06 am Post subject: What is the most secure coding for for password log in? |
|
|
| I have a Flash site and want to set up section for password entry to passages which are html. I suggestion on the most secure coding language. |
|
| Back to top |
|
 |
Mr_A Admin


Joined: 01 Jan 1970 Posts: 128 Location: Cairns, Queensland
|
Posted: 01.15.07, 7:51 am Post subject: |
|
|
I'm not sure about the most secure (not an expert on that matter), however I use nothing but PHP and MYSQL for all my applications these days.
I find it to be extremely versatile and secure! |
|
| Back to top |
|
 |
minute Newbie

Joined: 26 Jan 2007 Posts: 2
|
Posted: 01.26.07, 1:03 pm Post subject: |
|
|
you can password protect the directories using .htaccess if you just want to secure sections of the site.
For specific pages you can use php - there is a workaround you may have to do if you are using html pages so that the server will read your php code on the page, you can google it no problem |
|
| Back to top |
|
 |
tcm9669 Junior

Joined: 11 Feb 2007 Posts: 30
|
Posted: 02.11.07, 8:07 am Post subject: |
|
|
| I think PHP is most secure and most used in this type of work! |
|
| Back to top |
|
 |
|