News Feed
Jobs Feed
Sections




News Archive
Scott MacVicar's Blog:
Accessing pseudo random data with PHP
December 15, 2008 @ 10:24:17

To help alleviate some recent complaints about the pseudo-random nature of the random functions in PHP, Scott MacVicar has proposed an alternate solution:

With all these potential different ways to get some pseudo random data it would be hard to do this in native PHP. Now we could do this in C and implement all the code ourselves but why risk implementing our own random functions and potentially making a mistake? The answer is OpenSSL, we already have an OpenSSL module and obviously they have some random functionality built in for when you go to generate SSL certificates.

You can make a call to the openssl_random_pseudo_bytes (in PHP 5.3) to grab the number of bytes you need and pass in a "strong" value to get a more cryptographically secure value.

6 comments voice your opinion now!
random string data openssl pseudo bytes php5


blog comments powered by Disqus

Similar Posts

JSLabs Blog: How to use the facebook API

Mike Wallner's Blog: Upgrading to 5.2

Mark Karpeles' Blog: PHP can do anything, what about some ssh?

DevShed: Introducing Bridge Classes with PHP 5

Zend Developer Zone: Consuming WebThumb's API in PHP


Community Events











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


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

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