Is there a way to authenticate a user with a hashed password, and if so, is there a way to specifiy what type of hash and salt/nonce to use? If there is no way to specifiy what type of hash to use, what hash algorithm is used?
Kind regards
/Staffan Eketorp, Isotop
Just to clarify must last question: what hash algorithm is used by EPiServer to hash the password. This is only interesting if the hashed password can be retrieved from EPiServer and the different hash algorithms (EPis and ours) are either identical or can be used symmetrically, i.e. H1*H2 = H2*H1. So comments on that are appreciated as well.