Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/buhman/cryptio
- Owner: buhman
- Created: 2017-03-10T05:26:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T05:48:32.000Z (over 7 years ago)
- Last Synced: 2024-07-18T11:17:01.804Z (4 months ago)
- Topics: aes-gcm, authenticated-encryption, cryptography, encryption-library
- Language: Python
- Homepage: http://cryptio.readthedocs.io
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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_ primitivesDocumentation
-------------http://cryptio.readthedocs.io/
Source code
-----------http://github.com/ptpb/cryptio