def inc_lenght_usage(self, password_length): dictionary_utils.increase_key_value(self.lengths_usage, password_length)
def inc_password_usage(self, password): dictionary_utils.increase_key_value(self.passwords_usage, password)