I was wondering what the default hashing algorithm and encryption used in the aspnet user db is in visual studio 2013. Its not SHA1 is it? That has been outdated for years now and I would think Microsoft is using a newer hashing algorithm then that. I am
wondering if it is possible to change the default algorithm used in visual studio configuration files for a asp.net website or in the local db settings? I would like to be able to change what is used if that is possible.
Go to the complete details ...