
February 28th, 2002, 03:48 PM
|
|
Contributing User
|
|
Join Date: Oct 2000
Location: Back in the real world.
|
|
|
http basic auth is just as secure as a good php script. but it prevents you from errors in your php scripts, since it is executed before your script.
if you are dealing with cc-numbers, you should definitively use SSL!
http basic auth is quite easy to implement. but talking about security, there is no way around encryption especially when transmitting credit card infos. to be honest, i donīt think it is possible to secure credit cards at all.
where i live (germany), credit cards companys have to take the responsibility for the security, so this is no issue here. but law forces you to use SSL.
|