You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cmdline-dev branch (
https://code.google.com/p/passlib/source/list?name=cmdline-dev ) contains a
work-in-progress command line tool for manipulating password hashes.
It can be invoked via "python -m passlib <subcommand>" under py27 and up, or
"python -m passlib.__main__ <subcommand>" for py25/26.
It currently contains tools for benchmarking the hashes, encrypting hashes,
verifying hashes, and a nice little heuristic for identifying unknown hashes.
Basic functionality is there, but it's rough around the edges. Once completed,
if it's useful enough, may merge it into default in time for the 1.7 or 1.8
release.
Original issue reported on code.google.com by [email protected] on 18 Apr 2012 at 4:06
The text was updated successfully, but these errors were encountered:
Another useful command which could be added is one which generates / updates
CryptContext config strings after asking the user some simple questions.
Currently the docs direct people to use
passlib.apps.custom_app_context.to_string(), which is a good default, but could
be made better with some hints from user about the intended use.
Original issue reported on code.google.com by
[email protected]
on 18 Apr 2012 at 4:06The text was updated successfully, but these errors were encountered: