server icon indicating copy to clipboard operation
server copied to clipboard

feat: Add utility method to validate an IHasher hash

Open Pytal opened this issue 1 year ago • 0 comments

Summary

Adds a method for validating that a hashed password has been hashed by IHasher::hash()

This can be used when the original plain text password is not known, otherwise IHasher::verify() should be used

Checklist

Pytal avatar Jun 27 '24 23:06 Pytal