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.
There is a third party implementation for PHP 5.6 here:
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