CERT-W / certitude

The Seeker of IOC
GNU General Public License v2.0
129 stars 28 forks source link

Specify the seeker password policy upon init #33

Open maaaaz opened 6 years ago

maaaaz commented 6 years ago

Hello,

Please specify the password policy upon init as users won't want to read the helpers.py verifyPassword function to know that they have to input at least 12 chars...

So you should move from

$ certitude init
[+] Generating Master Key...
[+] Creating "seeker" account...
Please enter "seeker" password: 

to

$ certitude init
[+] Generating Master Key...
[+] Creating "seeker" account...
Please enter "seeker" password (12 chars minimum among X classes blabla): 

Cheers.