Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
foc-u, hacking and your data (a warning)
#21
(03-09-13, 07:30 PM)Farjo link Wrote: [quote author=goldfazer link=topic=9631.msg98267#msg98267 date=1378059379]
Can the login passwords not be encrypted?

That's web security for dummies stuff!!
Yes they're encrypted, however this is whar I've read elsewhere:
"Yes, they are encrypted. Unfortunately it's possible to brute force with about 3 billion, or more, attempts *per second*.
A very interesting article about that, if you care, is located here:
http://www.zdnet.com/blog/hardware/cheap...less/13125"
[/quote]
MD5 and SHA are designed to be processed quickly.  That's why they're not good for storing passwords as brute force attacks get a quick response.  The way around it is to make the processing slow because passwords don't need to be decrypted quickly.  That's where Bcrypt comes in.


https://en.wikipedia.org/wiki/Bcrypt

Opinions are like A**holes, Everyone has one.  Some people seem to have more than one though which is a bit odd.
Reply


Messages In This Thread
Re: foc-u, hacking and your data (a warning) - by simonm - 03-09-13, 07:43 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)