Best Practices To Build a Product Registration System?

Posted by Volomike on Programmers See other posts from Programmers or by Volomike
Published on 2012-03-22T19:22:51Z Indexed on 2012/03/22 23:37 UTC
Read the original article Hit count: 451

What are some practices I should use in a product registration system I'm building? I likely can't stop all malicious hacking, but I'd like to slow them down a great deal. (Note, I know only PHP.) I'm talking about things like encrypting traffic, testing the encryption from hacking like a man-in-the-middle attack, etc. The other concern I have is that this needs to work on most PHP5-based web hosting environments, which may not have mcrypt installed.

© Programmers or respective owner

Related posts about web-development

Related posts about php