hello,
I am trying to create a website with a strong security.
I know I need a hash for my login system and I need to protect every webpage for SQL injection. But do you know any other types of protection which I should consider and which you recommend to use?
And for the hash, which way of encryption can you recommend? (I would highly appreciate a tutorial how to make sure the encrypt/decrypt system works properly)
To make some things clear I am going to sell some stuff on it, that's why I need a strong security.
Thanks in advance
I am trying to create a website with a strong security.
I know I need a hash for my login system and I need to protect every webpage for SQL injection. But do you know any other types of protection which I should consider and which you recommend to use?
And for the hash, which way of encryption can you recommend? (I would highly appreciate a tutorial how to make sure the encrypt/decrypt system works properly)
To make some things clear I am going to sell some stuff on it, that's why I need a strong security.
Thanks in advance
Comment