decrypt password field of an ASP application that writes to a MSSQL DB

0

I need help figuring out how to decrypt or just read this password from my database, I happen to need to use that user table for another application, however, I have no idea what type of encryption the application is using in the password fields, the application is made in ASP and writes the password in a database of SQL server 2012, the strangest thing is that the passwords are recorded with the same size but with a sequence of different strings, eg: ZyrxXVSX , zSVwwfwg , zbfykEcZ

These examples are passwords that I have copied from the table ... I have tried all kinds of encryption possible, and I can not read those passwords.

    
asked by anonymous 09.04.2018 / 16:55

0 answers