Just using the same encoder, encoding a plain password and matching those two
against each other seams the logical solution, but doesn't work as the hash
won't be exactly the same depending on the hashing algorithm and salt used.
Let's start with something easier,