0
I need help to figure out how to decrypt or just read this password from my database, it turns out I need to use this user table for another application, however I have no idea what kind of encryption the application is using in the password fields, the application is done in ASP and writes the password in a SQL server 2012 database, the strange thing is that the passwords are written with the same size, but with a sequence of different strings, example:
ZyrxXVSX
, zSVwwfwg
, zbfykEcZ
these examples above are passwords I copied from the table... I’ve tried every possible encryption, and I can’t read these passwords.
You need to know which algorithm is used to perform the encryption in order to proceed, if not impossible practitioner.
– Diego Marques
I’ve searched the source code of the application SP and so far I found nothing, decompiled here and only brings things related
– Leandro RR