Changes for version 1.1.3 - 2025-10-01
- add a --input option to zxcvbn-password-strength
 
Documentation
evaluate password strength    
  Modules
Dropbox's password estimation logic    
  
adjacency graphs for common English keyboards    
  
some combinatorial functions    
  
role for match objects    
  
special match class for brute-force guesses    
  
match class for digit sequences that look like dates    
  
match class for words in passwords    
  
match class for recognisable patterns in passwords    
  
match class for repetitions of other matches    
  
match class for sequences of uniformly-spaced codepoints    
  
match class for sequences of nearby keys    
  
match class for words that match other user-supplied information    
  
a collection of matches for a password    
  
ranked dictionaries for common English words    
  
functions to estimate cracking times    
  Provides
      in lib/Data/Password/zxcvbn/AdjacencyGraph/Common.pm
    
  
      in lib/Data/Password/zxcvbn/AdjacencyGraph/English.pm
    
  
      in lib/Data/Password/zxcvbn/RankedDictionaries/Common.pm
    
  
      in lib/Data/Password/zxcvbn/RankedDictionaries/English.pm