04-27-2015, 09:34 PM
Hello..
A programmer which wrote a program for us isn't with the company any longer. There's a main administrator account which no one knows the password for and we're hoping to be able to retrieve the password.
We have the machineKey settings from within the web.config file; decryption is set to 3DES and validation is set to SHA1.
We have the hashed password and it's salt from the database as well. I hope we're able to hash this password.
But after reading the forums looks like with 3DES, it's impossible. Any suggestions?
Thank you..
A programmer which wrote a program for us isn't with the company any longer. There's a main administrator account which no one knows the password for and we're hoping to be able to retrieve the password.
We have the machineKey settings from within the web.config file; decryption is set to 3DES and validation is set to SHA1.
We have the hashed password and it's salt from the database as well. I hope we're able to hash this password.
But after reading the forums looks like with 3DES, it's impossible. Any suggestions?
Thank you..