0

I wanted to know if PHP has a FIPS mode, something similar to what MySQL or Nodejs has.

For MySQL, please refer to this, it got introduced in MySQL 8.0

For Nodejs please refer to: Improved control over FIPS mode which introduced --enable-fips and --force-fips flags in Nodejs 6.0.0

b3nj4m1n
  • 502
  • 7
  • 24
Vamsi
  • 419
  • 4
  • 7
  • This question is definitely not a duplicate. I am asking if PHP has an option/flag to enable FIPS mode? Not asking if PHP's password_hash is FIPS complaint. Please review again. – Vamsi Sep 08 '18 at 16:44
  • I agree, not a dup, but it's close. It does answer your question, effectively. – President James K. Polk Sep 08 '18 at 17:31
  • Man this would be a great question to have an answer to. I mean the answer is obviously no, but ... how can you use PHP with FIPS? Guess we'll never know because this is a duplicate of some question about password hashing. – Andrew Jan 24 '22 at 14:25
  • Yeah this is not a duplicate. Like what happens on a fips server when you run the sha functions? – fr3nch13 May 12 '23 at 14:40

0 Answers0