hi,
I did not try to access it using COM, but if the scprng you want is
the default provider, you can simply call openssl_random_pseudo_bytes
which uses the same API that what you are trying to call (php
5.3.7RC+).
Cheers,
On Wed, Jul 20, 2011 at 5:49 AM, cythrawll wrote:
> Hello PHP,
>
> I hav
Hello PHP,
I have plans on creating security framework for PHP websites, I would
love to support windows but I am having trouble getting access to any
sort of CSPRNG in windows, this is a bit of a problem
mcrypt supposedly will help with this, but I am having trouble finding
easily acces