you don't type in your password, just the related email accountSounds like a good way to harvest real passwords.
B@
you don't type in your password, just the related email accountSounds like a good way to harvest real passwords.
you don't type in your password, just the related email account
B@
Sounds like a good way to harvest real passwords.
I can only assume Spotify has been compromised again and someone has dumped the database hashes online and they've been decrypted.
Afaik it is one way. Only way to "decrypt" is to bruteforce guesses at the password.I may have misunderstood your post, but I thought something like an MD5 hash is one way and not reversible?
Oddly I just tried a couple of reverse hash lookups online (SHA-1 and MD5) and they did in fact manage to get back to the original value I hashed..Afaik it is one way. Only way to "decrypt" is to bruteforce guesses at the password.
If it's a common password or simple word it will be easily looked up against a table. I just tried "BLahdeblah" on the top 3 sites in google and none of them returned anything.Oddly I just tried a couple of reverse hash lookups online (SHA-1 and MD5) and they did in fact manage to get back to the original value I hashed..
Odd and surprising
Need to do some more research into this...
Yeah I just read about saltingIf it's a common password or simple word it will be easily looked up against a table. I just tried "BLahdeblah" on the top 3 sites in google and none of them returned anything.
I guess this would be where salting comes into play as well.
I may have misunderstood your post, but I thought something like an MD5 hash is one way and not reversible?
Thanks for explainingMD5 is obsolete with many flaws in it which causes it to be insecure. For all hashing algorithms you can just hash every possible password combination to create a rainbow table which shows the password for any given hash. Pretty much any password less than 15 characters long will be in a rainbow table online.
Thanks for explaining
Is this also the case for passwords that are somewhat random with special characters etc in?
My 13 character password that was unique to that account, consists of letters, numbers, symbols and uppercase letters. I did a simple google search for the MD5 hash of that password and found a German website absolutely loaded with MD5 hashes and their decrypted values. I could see my password plain as day in the list in plain text format..
Yes. Mine was all of that, fell short at 13 characters.
Now I have to remember a new 21 character password.
lol... MD5 hash.... oh wow. I would have expected something better from such a larger well known provider.Nope, and if my suspicion is correct they should probably dump MD5 hashing and move on to something more secure.