T
Tom
Ok, I took over a web app that is using the login control provided by
asp.net 2.0. In the config file the developers added a param as such:
<machineKey validationkey=" and a hole mess of letters and numbers "
decryptionKey= " again a mess of numbers and letters " validation="SHAI"
/>
then in the membership configuration, it hwas <passwordFormat=encrypted />
I tried to decrypt a password in the test db and it doesn't work, so in this
scenario, how is the password really stored? Is it HASHED or is it encrypted
or what?
asp.net 2.0. In the config file the developers added a param as such:
<machineKey validationkey=" and a hole mess of letters and numbers "
decryptionKey= " again a mess of numbers and letters " validation="SHAI"
/>
then in the membership configuration, it hwas <passwordFormat=encrypted />
I tried to decrypt a password in the test db and it doesn't work, so in this
scenario, how is the password really stored? Is it HASHED or is it encrypted
or what?