register system hashs
#6

Quote:
Originally Posted by JaTochNietDan
Посмотреть сообщение
Technically decoding a hashed password, assuming it's in a good format, would take a serious amount of time. The hashing system you're using is very primitive and quite pointless, it can be reversed. What's the point of hashing passwords if you can de-hash them! That's like cooking a chicken just to throw it into the bin! Hashing passwords is crucial in the security of servers and websites alike that accept user registrations, what if someone gains access to the database? Then they'll have access to everyone's account password in plain text format, if you've hashed it with a reliable hash system, then they won't get their hands on the password for an extremely long time, if ever.

Anyway, there are websites that can "decrypt" password hashes, but generally are un-reliable. Most of them just have a database of words and their corresponding hash, and just look through the database for that hash when you put it in, so if your password is any bit unique, it won't work.

There are other ways to attempt to decrypt password hashes, but again they are extremely unreliable, the whole point of the hash is that it's supposed to be impossible to decrypt!
thank you for writing this every usefull and will remmeber this thank you all
Reply


Messages In This Thread
register system hashs - by hadzx - 03.02.2011, 13:34
Re: register system hashs - by Stylock - 03.02.2011, 14:16
Re: register system hashs - by hadzx - 03.02.2011, 14:23
Re: register system hashs - by alpha500delta - 03.02.2011, 14:27
Re: register system hashs - by JaTochNietDan - 03.02.2011, 14:49
Re: register system hashs - by hadzx - 03.02.2011, 15:18

Forum Jump:


Users browsing this thread: 2 Guest(s)