I do not pick locks but I can hack passwords. It is simply a matter of the Bergofsky principle, which computing uses. "Brute force." Every combination possible must yield one truth. To hack a pass-worded account one simply writes a program as follows:
PASSWORD=[1<=AlphabetLetters<=26](1<=PasswordLetter<=PasswordLetter+1)
It is also possible to write everything ever to be written:
WORD=[1<=AlphabetLetter<=26](1<=Letter<=Letter+1)
PASSWORD=[1<=AlphabetLetters<=26](1<=PasswordLetter<=PasswordLetter+1)
It is also possible to write everything ever to be written:
WORD=[1<=AlphabetLetter<=26](1<=Letter<=Letter+1)