|
|
|
|
|
by woobles
5078 days ago
|
|
While this does sound interesting from a psychological/neurological perspective, I feel bad for anyone who actually tries to implement a password system based on this. 38 bits of entropy is nothing, a standard password with 38 bits of entropy would take about 5 minutes to crack (assuming a GPU that can compute 1 billion hases/second). Nevermind that by the NIST specification for human-generated passwords, a 30 character string of alphas would be 45 bits of entropy.
Also, as some others have pointed out, storing people's unique strings in the clear invalidates any strength this scheme could hope to achieve. Source: http://en.wikipedia.org/wiki/Password_strength#Human-generat... Conclusion: Interesting psychological experiment, not actually backed by any appreciable crypto knowledge. Edit: disregard my NIST comment, someone linked the paper used to get the 38 bit figure, http://bojinov.org/professional/usenixsec2012-rubberhose.pdf. |
|
A better argument against this system would be one that addresses human usability and unnecessary cost/complexity.