decrypt encrypted password

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
GSA
User
Posts: 24

decrypt encrypted password

Post by GSA »

G'day all,

I was wondering how would i go about decrypting the MD5 password?

I have the random string I have written a method to decrypt but debugger throws an error saying invalid string.

Just a little bit of context to support my brief question:
I have a asp.net application that authenticates from active directory, with in this app is a section to redirect the directly to the edit page within the asp.net maker 2017 generated application, I have successfully logged in and gone direct to the detail page with a plain password, but when I try this with the encrypted password (extracted from the user table in the database asp.net maker 2017 generated application uses) the asp.net maker 2017 generated application rejects the password.

any help would be appreciated.


motfs
User
Posts: 258

Post by motfs »

You can specify the password is encrypted. Read Tools -> Advanced Settings -> Allow login by session variable in help file for more detail.


Post Reply