Skip Navigation

Hi. I'm Dave, the internet addict behind FeedbackFair, Cheatography and Envoy.

Tagged with "security"

You can subscribe to this tag by rss or view all tags.

Cheat Sheets

No cheat sheets were found matching this tag.

Articles

Blog and Lab

Why You Should Always Salt Your Hashes

Hashes are used almost everywhere on the web, behind the scenes, to protect your passwords. Learn why it's important to always add salt to your hashes.

Click here to read this post »

16 December 2009   |   18 comments   |   security, database, passwords, programming, webdev

Password Protect a Directory with .htaccess

A tutorial explaining how to retrict access to a directory on a web server using .htaccess.

Click here to read this post »

15 March 2005   |   84 comments   |   howto, webdev, security, programming, php, password, protect, sysadmin, htaccess, website, apache, directory, generator

Are Cookies Dangerous?

Many inexperienced web users are terrified of cookies, convinced that they are being used to send all their private information (and money) to some sinister group of internet scum. Here is a simple guide to what cookies are and how to make sure you maintain your privacy.

Click here to read this post »

18 August 2004   |   21 comments   |   security, web, cookies

Email Address Validation

How to validate email addresses according to ISO standards with PHP.

Click here to read this post »

01 June 2004   |   200 comments   |   code, development, email, php, programming, regex, regexp, security, tutorial, validation, webdesign