So i was wondering how this can be done, either with rules or specific mask or dictionary i can generate. For example the password can be: passwordzxcvbasdfg. note password will always be the first word. The whole password is lowercase, and zxcvb and asdfg are in order of the standard qwerty keyboard layout, also called keyboard walk i believe. i was wondering since i know it will always be random strings of that layout and not random letters and numbers, how can i make my cracking more efficient by using this? Also the letter count is unknown so no set character count.
↧