Metadata-Version: 1.1
Name: pynblock
Version: 0.24
Summary: Payment card industry crypto library - PIN blocks, card/PIN verification values calculation etc.
Home-page: https://github.com/timgabets/pynblock
Author: Tim Gabets
Author-email: tim@gabets.ru
License: LGPLv2
Description: pynblock
        ========
         
        A payment card industry crypto library - PIN blocks, card/PIN verification values calculation etc
        
        Usage: 
         >>> from pynblock.tools import *
         >>> check_key_parity(bytes.fromhex('FA9F90D49CB27B7D14A3FA9CCCFF6CB7'))
         True
         >>> modify_key_parity(bytes.fromhex('32743CD2823EF937A865A18A8A3A1657'))
         b'3t<\xd2\x82?\xf99\xa9e\xa3\x8b\x8b:\x17Y'
        
Keywords: payment crypto card pin cvv csc pinblock
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Communications
Classifier: Intended Audience :: Developers
