Whirlpool being cracked.
#21

There are tutorials on salting and running an encryption multiple times - go read them.
Reply
#22

You have to take practicality into it. Sure it can be cracked in theory, but strong encryptions can take hundreds of years to crack, at least with current technology.
Reply
#23

Thanks for the replys guys, im looking into salting them now.
Reply
#24

Salt added. thanks guys
Reply
#25

Wow, thanks for the heads up. I got a bunch of scripts not using salt, nevermind whirlpool.
Reply
#26

And this is why I'm constantly telling people NOT to write their own user systems - getting them right is hard and vitally important. Any other system you can bodge together with bugs, user systems you have to really know what you're on about (and I don't claim to be - I've had to update y_users multiple times with more security).
Reply
#27

Has anyone here actually mentioned multiple rounds yet? Many hash systems now work by taking a password, salting it, encrypting it, then hashing the hash several THOUSAND times (with salts at different stages for good measure). This is so that the hash takes a noticeable amount of time to complete, thus making brute-force crack intractable (would take longer than any reasonable time available). If your hash system takes half a second and the user got the right password that's fine, but if you're trying to crack the password and have to run 1,000,000,000 attempts, that's nearly 16 years!

Also, how many people here blank the memory the plain-text password was stored in?
Reply
#28

How do I salt my Whirlpool passwords? Can anyone help me with that?
Reply
#29

Quote:
Originally Posted by KiNG3
View Post
How do I salt my Whirlpool passwords? Can anyone help me with that?
Sure:

Quote:
Originally Posted by Y_Less
View Post
And this is why I'm constantly telling people NOT to write their own user systems - getting them right is hard and vitally important. Any other system you can bodge together with bugs, user systems you have to really know what you're on about (and I don't claim to be - I've had to update y_users multiple times with more security).
Reply
#30

That doesn't, exactly explain to me HOW to salt the passwords.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)