News Feed
Jobs Feed
Sections




News Archive
ITNewb.com:
Generating Session IDs and Random Passwords with PHP
June 01, 2009 @ 08:46:50

New on the ITNewb.com site today is this new tutorial looking at generating session ID numbers and random passwords for your application using functions like mt_rand and mt_srand.

Whether it's session ids, passwords or tokens in general, in the world of web development the ability to generate random alpha-numeric strings is a necessity. In this article I present a few simple yet effective PHP functions that can be used to generate strong alpha, numeric and/or special character tokens and passwords.

He gives examples of generating tokens and generating passwords, each with a custom function which he explains and gives a usage example for.

0 comments voice your opinion now!
random session tutorial password


blog comments powered by Disqus

Similar Posts

Kevin Schroeder's Blog: Zend Framework 2 Event Manager

Simon Holywell: Improve PHP session cookie security

HowTo Forge: Installing The PHP-MSSQL Module On CentOS 5.0

Komunitasweb.com: CodeIgniter Tutorial - ORM with DataMapper

PHPBuilder.com: PHP Simple HTML DOM Parser: Editing HTML Elements in PHP


Community Events











Don't see your event here?
Let us know!


release opinion interview api language framework community conference zendframework2 tool example functional podcast unittest testing code series development introduction composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework