Example #1
0
 def inc_lenght_usage(self, password_length):
     dictionary_utils.increase_key_value(self.lengths_usage, password_length)
Example #2
0
 def inc_password_usage(self, password):
     dictionary_utils.increase_key_value(self.passwords_usage, password)