PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
3rdparty
/
dropbox
/
src
/
Security
<?php namespace Kunnu\Dropbox\Security; /** * Thanks to Facebook * * @link https://developers.facebook.com/docs/php/PseudoRandomStringGeneratorInterface */ interface RandomStringGeneratorInterface { /** * Get a randomly generated secure token * * @param int $length Length of the string to return * * @return string */ public function generateString($length); }
[-] McryptRandomStringGenerator.php
[edit]
[+]
..
[-] RandomStringGeneratorFactory.php
[edit]
[-] RandomStringGeneratorTrait.php
[edit]
[-] RandomStringGeneratorInterface.php
[edit]
[-] OpenSslRandomStringGenerator.php
[edit]