Page 1 of 1

decrypt encrypted password

Posted: Fri Mar 17, 2017 1:47 pm
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.


Re: decrypt encrypted password

Posted: Fri Mar 17, 2017 3:22 pm
by motfs

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