Discussion Overview
The discussion revolves around calculating the probabilities of password combinations for passwords ranging from 10 to 15 characters in length, using alphanumeric characters (both upper and lower case letters and digits). Participants explore various methods of calculating the total number of possible combinations and the implications of these calculations for password recovery.
Discussion Character
- Exploratory
- Mathematical reasoning
- Debate/contested
Main Points Raised
- One participant asks how to calculate the number of possible password combinations for a length of 10-15 characters using alphanumeric characters.
- Another participant suggests a formula involving powers of 62, indicating that for each character position, there are 62 possible choices.
- Some participants provide detailed calculations, expressing the total combinations as a sum of powers of 62 from 10 to 15 characters.
- There is a discussion about the implications of trying to brute-force a password, with estimates of time required based on different computational speeds.
- One participant introduces the concept of the Fundamental Counting Principle to explain the calculation of combinations.
- Another participant questions the assumption that a user can choose not to select a character after the 10th character, suggesting it complicates the calculation.
- Some participants discuss the possibility of eliminating known characters from the password to reduce the number of combinations.
- There is mention of factorials in the context of password combinations, although this leads to some disagreement about its applicability given the context of repeated characters.
Areas of Agreement / Disagreement
Participants express differing views on the implications of character selection after the 10th character, with some asserting that it simplifies the calculation while others argue it does not. There is no consensus on the best approach to calculating the total number of combinations or the implications for password recovery.
Contextual Notes
Some participants note the complexity of the password recovery problem and the potential for flaws in encryption schemes that could affect the feasibility of recovering passwords. There are also discussions about the assumptions made regarding character selection and the use of factorials, which remain unresolved.