What are the common use PHP security tags for the following
html forms
encrypting data
-encrypting cookies
-encrypting for storage in sql
and of course decryption
protection against intrusion into db
basically I want to store full names, addresses, home and cell numbers, email addresses, birth dates etc all in the same data base. how do I make sure that that information is safe?
my site is all php and sql
html forms
encrypting data
-encrypting cookies
-encrypting for storage in sql
and of course decryption
protection against intrusion into db
basically I want to store full names, addresses, home and cell numbers, email addresses, birth dates etc all in the same data base. how do I make sure that that information is safe?
my site is all php and sql