Reputation: 22732
My bank limits my password to 14 characters and I suspect they're encrypting with MD5 or an SHA hash, unsalted.
Are there rainbow tables that contain every possible hash up to 14 characters?
Upvotes: 1
Views: 1467
Reputation: 46862
it depends on the character ranges used, but 10 characters seems to be the limit in the the downloads here (lower for full character ranges).
Upvotes: 1