https://github.com/zopefoundation/zope.password
Password encoding and checking utilities.
https://github.com/zopefoundation/zope.password
maintained
Last synced: 8 months ago
JSON representation
Password encoding and checking utilities.
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.password
- Owner: zopefoundation
- License: other
- Created: 2013-02-22T04:48:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:29:24.000Z (9 months ago)
- Last Synced: 2025-09-30T04:35:32.986Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 329 KB
- Stars: 2
- Watchers: 63
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
===================
``zope.password``
===================
.. image:: https://img.shields.io/pypi/v/zope.password.svg
:target: https://pypi.python.org/pypi/zope.password/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.password.svg
:target: https://pypi.org/project/zope.password/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.password/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.password/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.password/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.password?branch=master
.. image:: https://readthedocs.org/projects/zopepassword/badge/?version=latest
:target: https://zopepassword.readthedocs.io/en/latest/
:alt: Documentation Status
This package provides a password manager mechanism. The password manager
is an utility object that can encode and check encoded
passwords.
Documentation is hosted at https://zopepassword.readthedocs.io/