figure out a password hash method

Asked

Viewed 328 times

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 a base64 valid!

  • Have you tried using a Compiler to reverse engineer this ASP?

  • @Lacobus is "uniesp2"

  • @Romulogabrielrodrigues no, I will try, but without much hope

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.