29

Recently I needed to decrypt a DotNetNuke password for a website I manage. After looking around the internet and using bits and pieces of code and tips I wrote the following code which allows one to decrypt a DotNetNuke password, in fact it will work for any web site using the ASP Membership framework configured for 3DES encryption. Note that this was written fairly quickly so it may not follow the best coding practises. Epson resetter l380.

Like it has been said before, you won't be able to decrypt the passwords and that's by design. Passwords are stored hashed so they can't be fetched. If you want to not have the user type in the password for each access to an external provider, you should be looking into token based authentication like oAuth for web services.

Password

Below is the code for SymmetricCryptography (I found this on the net)

Below is the code for HexEncoding(I found this on the net)