You’ll get a lot of information here: http://chargen.matasano.com/chargen/2007/9/7/enough-with-the-rainbow-tables-what-you-need-to-know-about-s.html or http://www.openwall.com/phpass/
The goal is to hash the password with something slow so someone getting your password database will die trying to bruteforce it (a 10ms delay to check a password is nothing for you, a lot for someone trying to bruteforce it). Bcrypt is slow and can be used with a parameter to choose how slow it is.
NOTE: This answer was originally posted at StackOverflow.com by Arkh
- Chris answered 14 years ago
- last active 12 years ago
ali pap a
- Oda answered 8 years ago
- onokazu asked 12 years ago
- last active 1 week ago
I’ve been developing Pork.dbObject on my own. (A simple PHP ORM and Active Record implementation)
The main reason is that I find most ORMs too heavy.
The main thought of Pork.dbObejct is to be light-weight and simple to set up. No bunch of XML files, just one function call in the constructor to bind it, and an addRelation or addCustomRelation to define a relation to another dbObject.
Give it a look: Pork.dbObject
NOTE: This answer was originally posted at StackOverflow.com by SchizoDuckie
- Tracy answered 16 years ago
- last active 13 years ago
- demo asked 2 months ago
- demo asked 2 years ago
- last active 11 months ago
Just testing this out to see how it may work.
Thank you.
- demo answered 2 years ago
- demo asked 2 years ago
- last active 1 year ago
\test \( \)
\( \)
\\( \\)
- onokazu answered 11 years ago
- last active 11 years ago