0 purchases
pwutils 0.0.1
Python module and command line tools for manipulating passwords.
NOTE: PWUtils requires Python 3. Tested with Python 3.4.
Features
simple random password generator
standard unix crypt(3) wrapper for generating and verifying hashed
passwords
Locations
PWUtils packages are available from Cheese shop (PyPI) at
https://pypi.python.org/pypi/pwutils
The project page is hosted on Github.
If you’ve never worked with git or contributed to a project on Github,
there is a quick start guide.
If you find something wrong or know of a missing feature, please
create an issue on the project
page. If you find that inconvenient or have some security concerns, you could
also drop me a line at <[email protected]>.
License
Copyright 2015 Michal Belica <[email protected]>
PWUtils is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
PWUtils is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with PWUtils. If not, see < http://www.gnu.org/licenses/ >.
A copy of the license can be found in the LICENSE file in the
distribution.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.