I've fixed the link, please try it again.
SSL encrypts the data transmission between the client's PC and the server so that sensitive data like SSN cannot be intercepted by third parties for malicious use.
Once you have the data on the server you would want to encrypt it using mysql encrypt() and decrypt() or similar strong encryption functions so that if someone gains access to your DB the information is not in plain text for the world to see.


LinkBack URL
About LinkBacks


Reply With Quote