Gandi / gandi.cli

⚠ ARCHIVED - Command line interface to Gandi.net products using the public API
http://cli.gandi.net/
GNU General Public License v3.0
347 stars 62 forks source link

Hash password for IAAS/PAAS before sending then to the API. #265

Open MoiTux opened 6 years ago

MoiTux commented 6 years ago

By hashing the pwd the API won't be able to check/validate
the password strength thus avoiding breaking the CLI when
the rules change as it's currently the case with the
gen-password option.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at ?% when pulling 41646b128d96823cae4f0f30c128bbf2ffc994de on hash_pwd into be0df58b9ffc723de6003ab4f0eb045c65655607 on master.

MoiTux commented 6 years ago

I will see to add a local password strength "validation"

grigouze commented 5 years ago

+1