Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buhman/cryptio

file-like interface for authenticated encryption
https://github.com/buhman/cryptio

aes-gcm authenticated-encryption cryptography encryption-library

Last synced: 20 days ago
JSON representation

file-like interface for authenticated encryption

Awesome Lists containing this project

README

        

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