Password hashing turns a string (of any length) to a fixed length “fingerprint” that cannot be reversed. For example, my password is “i1lov...
Advanced PHP tutorial is useful for learning php, mysql, ajax, jquery, javascript, HTML, CSS with advanced concepts.
Password hashing turns a string (of any length) to a fixed length “fingerprint” that cannot be reversed. For example, my password is “i1lov...
Now a days website owners want to protect their content from copiers. In order to avoid Plagiarism, it is very necessary to make sure the ...
Now a days PHP Language is very popular among developers to develop large applications like facebook etc. So here I am going to tell how t...
This article deals with two issues - securing your script against a possible exploit; and how to write your scripts so that they will be ...
In general, security by obscurity is one of the weakest forms of security. Suppose If I were exploiting a site, I wouldn’t check what sc...
As we know that all transactions over internet uses SSL (secure socket layer) connection to transfer data to and from the payment gateway....
One of the main threat PHP developers face is that PHP is an interpreted language, means PHP source code is readable by anybody who down...
Security is major and essential part of any language . If we see PHP then we also need and keep in mind, all security tips and tricks to ...
Security is a very important aspect of programming. In PHP, there are few useful functions which is very handy for preventing your website ...