lundi 4 décembre 2017

FIPS compliant random number generator for PHP 5.6 (Windows)

I am looking for an implementation of FIPS validated or compliant Random Number Generator for PHP 5.6. From what I have seen, random_bytes and random_int are there but they are only available for PHP 7.0 or above. random_bytes uses windows CryptGenRandom API but that is deprecated as well.

http://ift.tt/1Yh981l

There is a third party implementation for PHP 5.6 here:

http://ift.tt/1HKRmht

but I could not find any reference which states that it is FIPS compliant. We are working on making our product FIPS compliant and would like to use a cryptographically secure random generator that is won't cause issue in FIPS certification and would work on Windows, Linux and Mac.




Aucun commentaire:

Enregistrer un commentaire