Metadata-Version: 2.1
Name: crypt-utilities
Version: 0.0.3
Summary: An easy and simplified cryptographic utility package (fernet, RSA, hashes...)
Home-page: https://github.com/pgmesa-packages/crypt_utilities
Author: Pablo García Mesa
Author-email: pgmesa.sm@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cffi (==1.15.0)
Requires-Dist: cryptography (==36.0.1)
Requires-Dist: pycparser (==2.21)

# Cryptographical utility package

An easy and simplified cryptographic utility package (fernet, RSA, hashes...) with some
common encryption stuff already programmed (very simple)

