/**

popular collection of scripts for all

*/
/** Search */

Security

 }

Security 101 - Client Side

Hits: 15
*****
0.0
This article demostrates an
Learn how to use mod_rewrite
This tutorial will show you
A detailed php tutorial that
easy way to maintain
to your advantage to take
things to be aware of when
shows how to create a useful
sessions and security (or
some overhead off your PHP
coding PHP, so that your
function to secure a web
authorization) in PHP. It
script and validate Query
code is more secure, and
site from attack attempts
does NOT use the PHP built
Strings faster and more
less hackable.
passing through text boxes.
in session support. The
securely than any hard coded
 
 
following method will allow
PHP script.
 
 
you to easily secure any PHP
 
 
 
page by simply including a
 
 
 
file at the top of every
 
 
 
page. In this tutorial you
 
 
 
will: a) Create your
 
 
 
database structure; b)
 
 
 
Create a login page; c)
 
 
 
Create your security check
 
 
 
include file; d) Secure your
 
 
 
site. Update: I fixed a
 
 
 
couple of bugs in the
 
 
 
article. Thanks for the
 
 
 
feedback Update to the
 
 
 
update: I have fixed the
 
 
 
article text to include the
 
 
 
code that was missing due to
 
 
 
the previous update.
 
 
 


Date: Nov, 26 2003


Date: Jun, 12 2006


Date: Aug, 05 2003


Date: May, 08 2006
What is a secure
Learn how to super protect
This code snippet allows you
A short tip and some code on
password? This password has
your files without the use
to call the random password
how to handle getting rid of
a minimum number of 8
of mySQL. This tutorial will
function and get a random
register_globals in your
characters, 1 number, 1
help you learn how to
password returned to your
application.
special character, 1
password protect your file
script. It is possible
 
mutation, 1 small alphabetic
quickly and easily in a few
to customize the length of
 
character, 1 great
lines of code.
the password.
 
alphabetic character. This
 
 
 
function will help you to
 
 
 
create a secure password.
 
 
 


Date: Sep, 08 2005


Date: Mar, 04 2004


Date: Apr, 03 2006


Date: Mar, 14 2006
{ Copyright } ©2006 NuclearScripts.com