Viewing profile — rockland
rockland
HN member- Joined
- Sun, Sep 15, 2019, 9:15 AM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About rockland
No profile information was provided.
Recent public activity
-
comment
Comment #48119457
To continue the musical instrument analogy, I already master the piano and I am happy with it solving my requirements. Learning the guitar will be a great undertaking, and provide …
-
comment
Comment #23486210
Absolutely, you are of course correct. The uppercase letters and digits - together with the special characters like "!._-,...". I kept it to 26 letters to keep the math simpler (or…
-
comment
Comment #23476662
For every character in the password, you have 26 possible letters to choose from in an English alphabet. Brute forcing this, you would have to try every combination. Which means fo…