Sign up to request clarification or add additional context in comments.
Comments
1
Hashes are not-reversible to their native form, which is why password recovery is not possible. If this is a requirement you will need to use encryption instead. To do this, change passwordFormat="Hashed" to passwordFormat="Encrypted"