Talking abou this, what do you think of using bcrypt.hashpw(password,
bcrypt.gensalt())? I've read in a few places it was supposed to be a
good solution, but I discovered this morning that the AppEngine
version, having to be pure Python, changes the default log_round for
salt generation from 1024 to 1, otherwise it takes way too long.
In practice, what does this mean for security?
BTW: Since this is so important, you guys should be a Google approved
password hashing function as part of GAE :)
On Sep 5, 5:13 pm, Nick Johnson <
nickjohn...@google.com> wrote:
> 2011/9/6 saintthor <
saintt...@gmail.com>