Comment Re:PHP is great (Score 0) 519
You have to actually read and write code, you can't just click checkboxes until it works. It is really hard.
ROTFLMAO! that is every Microsoft developer I've ever met. Microsoft is making developers dumber.
You have to actually read and write code, you can't just click checkboxes until it works. It is really hard.
ROTFLMAO! that is every Microsoft developer I've ever met. Microsoft is making developers dumber.
WordPress does only store password hashes, using the PHPass hashing library.
There are entire databases for sale that contain hash translations to passwords. Without salting the hash, you may as well store password in plain txt. OR you can use your own mhash algorithm like we've done with our www.infaCORE.com product that is unique to each user and is regenerated each time the password is changed. These vulnerabilities that allow hackers to gain access have been around for years and are very easy to block. It's also a good idea to lock users out after 3 failed attempts.
Virtual machines running on what? It sounds like the FBI was ever so careful.
Let's say I bust into your house and fireaxe all of your computers at 1 A.M.. What are the odds you'll be up and running by noon?
I can have everything back up in less than 1 hour. www.thornedigital.com
A bug in the code is worth two in the documentation.