Metadata-Version: 2.1
Name: crypto-fernet
Version: 0.1.0
Summary: CLI tool for symmetric encryption/decryption using cryptography.fernet
Home-page: https://github.com/sergray/crypto_fernet
Author: Sergey Panfilov
Author-email: sergray@gmail.com
License: MIT license
Keywords: crypto_fernet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Requires-Dist: cryptography (<4,>3.2)

=============
Crypto Fernet
=============


.. image:: https://img.shields.io/pypi/v/crypto_fernet.svg
        :target: https://pypi.python.org/pypi/crypto_fernet

.. image:: https://img.shields.io/travis/sergray/crypto_fernet.svg
        :target: https://travis-ci.com/sergray/crypto_fernet

.. image:: https://readthedocs.org/projects/crypto-fernet/badge/?version=latest
        :target: https://crypto-fernet.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


CLI for symmetric encryption/decryption using `cryptography.fernet`_


* Free software: MIT license


Features
--------

* Uses `cryptography.fernet`_ for symmetric encryption/decryption with 256-bit key derived from secret of arbitrary size
* Supports encryption of binary files

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`cryptography.fernet`: https://cryptography.io/en/latest/fernet/


=======
History
=======

0.1.0 (2021-05-01)
------------------

* First release on PyPI.


