DivineOmega / password_exposed

🔒 Password Exposed Helper Function - Check if a password has been exposed in a data breach.
GNU Lesser General Public License v3.0
213 stars 34 forks source link

Integrate with paragonie/certainty for validated SSL/TLS certificates #11

Closed paragonie-scott closed 6 years ago

paragonie-scott commented 6 years ago

This also makes the library's docblocks, etc. fully type-safe and uses Psalm to verify it.

Keep in mind that Certainty requires PHP 5.6 so this might be a no-go if you wanted e.g. PHP 5.4 compatibility.

DivineOmega commented 6 years ago

@paragonie-scott Thanks!

DivineOmega commented 6 years ago

This is now released in v2.4.0. Thanks again.