Metadata-Version: 2.1
Name: zero-knowledge-access-pass-authorizer
Version: 2022.8.20
Summary: A `Tahoe-LAFS`_ storage-system plugin which authorizes storage operations based on privacy-respecting tokens.
Home-page: https://private.storage/
Author: PrivateStorage.io Inc.
Author-email: support@private.storage
Maintainer: PrivateStorage.io Inc.
License: Apache 2.0
Keywords: tahoe-lafs,storage,privacy,cryptography
Platform: POSIX
Classifier: Framework :: Twisted
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE-2.0.txt
Requires-Dist: attrs
Requires-Dist: zope.interface
Requires-Dist: eliot (>=1.11)
Requires-Dist: aniso8601
Requires-Dist: compose (~=1.0)
Requires-Dist: python-challenge-bypass-ristretto
Requires-Dist: Twisted[conch,tls] (>=19.10.0)
Requires-Dist: tahoe-lafs (<1.17.2,>=1.17.1)
Requires-Dist: treq
Requires-Dist: pyutil
Requires-Dist: prometheus-client
Requires-Dist: colorama
Requires-Dist: sqlparse
Requires-Dist: cbor2
Requires-Dist: autobahn (!=22.4.1,!=22.4.2,!=22.5.1,>=21.11.1)

Zero-Knowledge Access Pass Authorizer
=====================================

|coverage|_
|circleci|_

What is this?
-------------

Zero-Knowledge Access Pass (ZKAP) Authorizer is a `Tahoe-LAFS`_ storage-system plugin which authorizes storage operations based on privacy-respecting passes.

Such passes derive from `PrivacyPass`_.
They allow a Tahoe-LAFS client to prove it has a right to access without revealing additional information.

Copyright
---------

   Copyright 2019 PrivateStorage.io, LLC

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

.. _Tahoe-LAFS: https://tahoe-lafs.org/

.. _PrivacyPass: https://privacypass.github.io/

.. |coverage| image:: https://codecov.io/gh/PrivateStorageio/ZKAPAuthorizer/branch/master/graph/badge.svg
.. _coverage: https://codecov.io/gh/PrivateStorageio/ZKAPAuthorizer

.. |circleci| image:: https://circleci.com/gh/PrivateStorageio/ZKAPAuthorizer.svg?style=svg
.. _circleci: https://circleci.com/gh/PrivateStorageio/ZKAPAuthorizer


