News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
How not to create a Random string
November 26, 2010 @ 10:18:48

In this latest post to his blog, Samer Borate talks about how not to create random strings and how, if you're not careful, it could backfire on you.

It is surprising to see how after all the code floating around people still find it hard to create random numbers. In a recent piece of code I encountered, the following was used to generate a string of random numbers. The code was written to provide a random string to be passed to a email verifier system - the type wherein a new user when he subscribes to a website needs to verify his email by clicking on a provided link.

He includes a snippet of the code that uses a call to str_shuffle on the set of numbers 1-10 to generate a random number. The only problem with the method is that, when the number gets large enough, PHP would automatically kick it into exponential format - not exactly ideal for an email link. Let this serve as a reminder for any scripts you might make that are similar.

0 comments voice your opinion now!
random string hownotto example email link


blog comments powered by Disqus

Similar Posts

Pádraic Brady's Blog: PHPSpec Manual (Work In Progress)

I-nfotech: 10 projects every php developer should use

MakeBeta Blog: Scraping Links With PHP

ParanoidFerret.com: Flex & PHP Tutorial - Transmitting data using JSON

Zend Developer Zone: Reading And Writing Drupal With Flex


Community Events









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


code development testing unittest introduction example api tool language phpunit release object composer interview community podcast database opinion framework zendframework2

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