View Source mix scr.audit (SecretVault v1.2.3)
Performs audit of passwords, detect duplicates and weak passwords.
Exits with exit code 1 if at least one check fails.
usage
Usage
$ mix scr.audit
check-options
Check options
--no-similarity- to disable password similarity check--digits- to enforce passwords having at least one digit--uppercase- to enforce uppercase letters in password--mix-length=N- to enforce minimul length requirement--no-plaintext- to disable checking for unencrypted passwords
config-override
Config override
You can override config options by providing command line arguments.
:cipher- specify a cipher module to use;:priv_path- path toprivdirectory;:prefix- prefix to use (defaults todefault);:password- use a password that's different from the one that's configured.
Link to this section Summary
Functions
Callback implementation for Mix.Task.run/1.
Link to this section Functions
Callback implementation for Mix.Task.run/1.