diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2012-04-17 19:36:33 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2012-04-17 19:36:33 -0400 |
| commit | ee5f1eac3ba2285a7335a6040387859a00b060b2 (patch) | |
| tree | f6e8e5f718a0ca30deff1224b242a1c46091b13e /passlib | |
| parent | 23037d5e2fea37210b89803aefc70708570bea62 (diff) | |
| download | passlib-cmdline-dev.tar.gz | |
added notecmdline-dev
Diffstat (limited to 'passlib')
| -rw-r--r-- | passlib/__main__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/passlib/__main__.py b/passlib/__main__.py index f01ef1a..669d997 100644 --- a/passlib/__main__.py +++ b/passlib/__main__.py @@ -24,6 +24,8 @@ todo so it doesn't suprise users. * support for raw salts to be provided to encrypt + +* benchmark should support testing multiple variants (e.g. FSHP, SCRAM) """ #========================================================= #imports @@ -362,7 +364,7 @@ all variable-cost algorithms will be tested.""", opts, args = p.parse_args(args) - opts.exact = False + opts.exact = True # XXX: add pretty_estimate flag? # normalize password size if isinstance(opts.password_size, str): |
