I have a quick question regarding password cracking.
Lets say you append a 5 digit pin on the end of your password. An example would be instead of a password of "password" it would be "password12345".
So when trying to crack the password using bruteforce or a dictionary you would have to append every possible pin combination on the end for every single attempt.
So in reality how much more difficult would that make it? I'm guessing not much.