Bug #19866 » 10204_4-0.diff
t3lib/class.t3lib_div.php (working copy) | ||
---|---|---|
* @param integer Number of characters (bytes) to return
|
||
* @return string Random Bytes
|
||
*/
|
||
public static function generateRandomBytes($count) {
|
||
function generateRandomBytes($count) {
|
||
$output = '';
|
||
// /dev/urandom is available on many *nix systems and is considered
|
||
// the best commonly available pseudo-random source.
|