PDA

View Full Version : ssl security?



rob1
07-15-2008, 04:46 AM
Hi, I'm currently working on a website to provider client case tracking online and need to protect the login username and password aswell as the database content.

How does SSL work and how would i benefit from using it?

Would I also need to code anything differently in PHP for it to get going?

felgall
07-15-2008, 01:27 PM
SSL encrypts what is entered into a form and decrypts it once it reaches the server. It has no impact on the PHP since it is decrypted before the PHP reads it.