Long base passwords
#6
Gotcha, this would push it into the next block which requires another transform while keeping internal state, etc.

At least in a situation where a lot of the guesses are in the second block you could compute the first block once and save yourself from having to do it again for the rest of the guesses using that first block. That said I can imagine that putting in the code to handle multiple blocks in the first place could slow down what must be by far the most common case of correctly assuming one block.


Messages In This Thread
Long base passwords - by pragmatic - 11-04-2012, 01:53 AM
RE: Long base passwords - by epixoip - 11-04-2012, 03:33 AM
RE: Long base passwords - by pragmatic - 11-04-2012, 08:19 AM
RE: Long base passwords - by epixoip - 11-04-2012, 01:58 PM
RE: Long base passwords - by atom - 11-05-2012, 11:45 AM
RE: Long base passwords - by pragmatic - 11-05-2012, 01:15 PM
RE: Long base passwords - by atom - 11-05-2012, 02:27 PM
RE: Long base passwords - by pragmatic - 11-21-2012, 06:50 PM
RE: Long base passwords - by atom - 11-22-2012, 10:44 AM