News Feed
Jobs Feed
Sections




News Archive
feed this:

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



Community Events











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


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

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