Metadata-Version: 2.1
Name: psec
Version: 0.0.0a1
Summary: A Python package for cryptography in payment systems
Home-page: https://github.com/knovichikhin/psec
Author: Konstantin Novichikhin
Author-email: konstantin.novichikhin@gmail.com
License: MIT
Description: psec
        ----
        
        |pypi| |coverage|
        
        `psec` is a payment security package for protecting sensitive data
        for retail payment transactions and cardholder authentication.
        
        `psec` is built on top of `cryptography <https://pypi.org/project/cryptography/>`_ package.
        
        Also, see `pyemv <https://pypi.org/project/pyemv/>`_ package for EMV security.
        
        Install::
        
            pip install psec
        
        `psec` modules:
        
            - cvv - Card Verification Value utilities
            - mac - Message Authentication Code utilities
            - des - Triple DES utilities
            - tools - Miscellaneous tools, such as xor.
        
        Contribute
        ----------
        
        `psec` is hosted on `GitHub <https://github.com/knovichikhin/psec>`_.
        
        Feel free to fork and send contributions over.
        
        .. |pypi| image:: https://img.shields.io/pypi/v/psec.svg
            :alt: PyPI
            :target:  https://pypi.org/project/psec/
        
        .. |coverage| image:: https://codecov.io/gh/knovichikhin/psec/branch/master/graph/badge.svg
            :alt: Test coverage
            :target: https://codecov.io/gh/knovichikhin/psec
        
Keywords: payment security cvv cvd cvc mac iso9797 tdes
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
