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

Makes PasswordExposedChecker compatible with Windows #17

Closed caugner closed 5 years ago

caugner commented 5 years ago

The directory /tmp doesn't exist on Windows, so the CacheItemPool used by the PasswordExposedChecker cannot be written.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 104


Totals Coverage Status
Change from base Build 99: 0.0%
Covered Lines: 42
Relevant Lines: 47

💛 - Coveralls
DivineOmega commented 5 years ago

This is great works, thanks! :smile: