Validating with Password(1-way-encrypted) and Plain text
I have one scenario where I need to validate a plain text against a password(1-way encrypted) field. For example for resetting password we need to provide security answer as string and that matches with the value stored in backend database. We are us...
