Changes between Version 1 and Version 2 of Ticket #31772, comment 9
- Timestamp:
- 03/29/2015 09:30:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31772, comment 9
v1 v2 1 Repeating values of 0's are perfectly secure if there's alot of them.1 Repeating values of 0's or any other character are perfectly secure if there's alot of characters in the password (like > 20) 2 2 3 3 Let's say I don't know your password, and I have no preconcieved notions of what it could be. I don't know it, but your password is 32 repeating 0's. So how do I figure out your password? Brute force. The entropy required to bruteforce a string where it can contain upper/lower characters, special characters and numbers is incredibly high.