Increase entropy of password

With reduced symbols increasing length for better entropy
This commit is contained in:
Zedifus 2023-12-07 15:36:07 +00:00
parent 1e68abac70
commit e17af9dea5

View File

@ -364,7 +364,7 @@ class Helpers:
def create_pass(self):
# Maximum length of password needed
max_len = 25
max_len = 64
# Declare string of the character that we need in our password
digits = string.digits