[go: nahoru, domu]

Skip to content

Commit

Permalink
bogocrack
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain committed Oct 18, 2023
1 parent bd33632 commit 294d578
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,19 @@ examples:
- "🔒" is stronger than "aa"
- "🔒" is weaker than "zzzz"

### Fixed-size, seq-chars
### fixed-size, seq-chars
Same as above, but the attacker assumes the password has a given length.

examples:
- "0" is infinitely strong, if assumed size isn't 1.
- "a" repeated n times, grows in strength exponentially, if assumed size matches n.
- "aaa" is weaker in this model when compared to the previous one (if assumed size 3), as smaller passwords will never be checked.

### rng-size rand-chars
AKA "BogoCrack", lol.

examples:
- "aa" is equivalent to "zz"
- "0" is theoretically infinitely strong, but it isn't in practice


0 comments on commit 294d578

Please sign in to comment.