Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command-Line tool #33

Open
GoogleCodeExporter opened this issue May 3, 2015 · 1 comment
Open

Command-Line tool #33

GoogleCodeExporter opened this issue May 3, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 4 Jul 2012 at 5:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant