[wp-trac] [WordPress Trac] #31772: Browser unresponsive with long password

WordPress Trac noreply at wordpress.org
Sun Mar 29 23:01:15 UTC 2015


#31772: Browser unresponsive with long password
--------------------------+--------------------------------------
 Reporter:  BevanR        |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Users         |     Version:  3.7
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |     Focuses:  javascript, performance
--------------------------+--------------------------------------

Comment (by chriscct7):

 @BevanR It doesn't need to. Here's why:
 Let's assume they're using Rainbow tables for a minute. Know how many
 combinations you'd need to store in a table for a 32 character password?
 `95^32, or 1.9 * 10^63 roughly 1.9 vagillion`. So first, you'd need to
 generate that table. Now, let's just assume I can make that table
 instantly, or I already have it (which irl is not the case at all). Now,
 GPU based rainbow table is the fastest method, and let's assume we can do
 1.720 billion comparisons per second (which is a really high number). So
 the time to compute is `95^32 / 1.720 billion * seconds or 1.126×10^54
 seconds or 3.569×10^46 years or roughly 2.6×10^36 * the estimated age of
 our universe`. Sure, rainbow-tables help, but not as much as you’d think.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31772#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list