ericelliott / credential

Easy password hashing and verification in Node. Protects against brute force, rainbow tables, and timing attacks.
MIT License
348 stars 28 forks source link

Add expired command #77

Closed maxlath closed 6 years ago

maxlath commented 7 years ago

Give access to credential expired so that available commands match the functions exposed by the module.

credential expired [hash] <password> will throw when the password expired to match credential verify behavior

ericelliott commented 6 years ago

Closing all stale issues and PRs. Please update, ensure all tests pass, and reopen if you really want this in.