0
I’m racking my brain trying to figure out which hash method one of my company’s applications is using, I don’t have access to the source code because it’s a compiled ASP, but it stores the password in the database and they’re all the same size as this one: "Qsxckgdd", I’ve checked if it’s a hash algorithm made with a database function and it’s not. the hash the application generates doesn’t match anything I haven’t already searched for. Does anyone have any idea what technique is being used to generate this password? I intend to access the login and password data in another application in php. but without being able to access this password field will be impossible.
info: this is all the information I can give, if you think this poor information is not relevant, please inform me to delete.
You would know which is the representation in which the string
QSXcKGDD
is it? She’s not even abase64
valid!– Lacobus
Have you tried using a Compiler to reverse engineer this ASP?
– Rômulo Gabriel Rodrigues
@Lacobus is "uniesp2"
– Leandro
@Romulogabrielrodrigues no, I will try, but without much hope
– Leandro