What sort of password type is this?
So some guy helped me with my database set-up and what not and i don't know what he did but this is clearly not SHA1 or MD5 So the question is pretty basic what is this because I'm trying to get my password and i don't know what in the fuck this is.
This:
K3ibNaXn3YAMYm5TV3MwHvok7FAl8byWHSsLdSK65r9fIeXhQr
Re: What sort of password type is this?
Could be anything, definitely not sha1 or md5 as you said your self (looking a the hex length).
Google known encryptors and put your known password in it? See if the output is the same as the hash you provided.
Re: What sort of password type is this?
Thank you for your quick reply.
The whole problem is that i don't know my old password that the reason why i need to decrypt that password so i can find out what my password is and so i can possibly get in to my account again but as you said it's obviously not MD5 Nor SHA1 Nor MD4 and so I'm very stuck!
You can really say that I'm either mentally stupid or just don't have knowledge regardless to password decryption neither and i would say that i don't have any knowledge and i probably never will.
Code:
9a802071284ed9c82c4586b8a3366649
Here is another password maybe others know?
Re: What sort of password type is this?
Please refer to this post, that says basicly enough:
Quote:
Originally Posted by
HillBilly
Well 99% of all site systems hash the passwords for safety reasons. If someone hacks your database he wont be able to read the passwords.
The fact that these are one way encryptions means you can not decode them or decrypt them. The only way to receive the original password is by bruteforcing which tries every combination possible (it will take months to do this...)
...
Re: What sort of password type is this?
Well maybe someone is able to help me because Hilly's post in my opinion did not really help me and I've asked Dan for help and he's been referring me to various other things like sites and what not and I'm just waiting for his reply and if he's not able to help me then i may just give it up because I'm not gonna try hours and months on bruteforcing an password.
Re: What sort of password type is this?
Quite easy, just go and look at the code which is generating these password hashes...
Re: What sort of password type is this?
It's fixed feel free to close the thread mods.