Metadata-Version: 2.0
Name: cryptio
Version: 0.0.1.dev13
Summary: file-like interface for authenticated encryption
Home-page: https://github.com/ptpb/cryptio
Author: Zack Buhman
Author-email: zack@buhman.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: cryptography (>=1.7.2)
Requires-Dist: memoized-property (>=1.0.3)

cryptio
=======

.. image:: https://img.shields.io/circleci/project/github/ptpb/cryptio.svg
   :target: https://circleci.com/gh/ptpb/cryptio

.. image:: https://img.shields.io/codecov/c/github/ptpb/cryptio.svg
   :target: https://codecov.io/gh/ptpb/cryptio

.. image:: https://img.shields.io/pypi/v/cryptio.svg
   :target: https://pypi.org/project/cryptio/

cryptio provides a file-like interface for authenticated encryption.

.. _cryptography: https://cryptography.io/en/latest/

Features
--------

- Uses AES-GCM for data integrity validation
- Automatic GCM initialization vector and authentication tag storage
- cryptography_ primitives

Documentation
-------------

http://cryptio.readthedocs.io/

Source code
-----------

http://github.com/ptpb/cryptio



