mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Increase entropy of password
With reduced symbols increasing length for better entropy
This commit is contained in:
parent
1e68abac70
commit
e17af9dea5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user