|
There is a new community tool
You can now protect your
SSL is an internet security
Learn how to super protect
called StumbleUpon which
admin panel with an easier
protocol. When a web server
your files without the use
makes web browsing seem like
code! This time instead of
sends out content through
of mySQL. This tutorial will
channel surfing with a
annoying forms, you can make
HTTPS, this one gets
help you learn how to
television. This little
the browser ask for the
encrypted so that only the
password protect your file
piece of HTML tricks
password.
client making the request
quickly and easily in a few
StumbleUpon into
can read it.
lines of code.
automatically voting a page
up. You need to have
StumbleUpon installed for
this to work.
This is meant
as a demonstration of a
vulnerability which affects
several community sites, not
only StumbleUpon.
Date: Jun, 19 2005 Date: Jun, 05 2005 Date: Apr, 17 2005 Date: Mar, 04 2004 |
|
This article will guide you
Nice little function that
This article demostrates an
This tutorial will show you
through writing secure PHP
will generate a completely
easy way to maintain
things to be aware of when
code and covers many of the
random password.
sessions and security (or
coding PHP, so that your
common security pitfalls one
authorization) in PHP. It
code is more secure, and
will encounter while making
does NOT use the PHP built
less hackable.
php applications. Covers
in session support. The
things such as register
following method will allow
globals, SQL injection,
you to easily secure any PHP
include files, and
page by simply including a
demonstrates how to protect
file at the top of every
against those kind of
page. In this tutorial you
attacks. Anyone new to PHP,
will: a) Create your
and even some more
database structure; b)
experianced people, should
Create a login page; c)
read this before deploying
Create your security check
thier application.
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: Dec, 09 2003 Date: Dec, 04 2003 Date: Nov, 26 2003 Date: Aug, 05 2003 |