Metadata-Version: 1.1
Name: pycogworks.crypto
Version: 0.4.0
Summary: Crypto functions used in the CogWorks lab.
Home-page: https://github.com/CogWorks/PyCogWorks
Author: Ryan Hope
Author-email: rmh3093@gmail.com
License: GPL-3
Description: Installation
        ============
        ``pycogworks.crypto`` can be installed with 'pip':
        
        ::
        
          # pip install pycogworks.crypto
          
        Dependencies
        ============
        ``pycogworks.crypto`` has the following dependencies:
        
        - `PyCrypto <http://pypi.python.org/pypi/pycrypto/2.6>`_
        
        Documentation
        =============
        
        pycogworks.crypto.rin2id
        ------------------------
        
        Generates an encrypted id from a 9 digit RIN.
        ::
        
          >>> rin2id(123456789)
          '300fe9abdca99d4a32cb2c43f2a69c5c'
          >>> rin2id('123456789')
          '300fe9abdca99d4a32cb2c43f2a69c5c'
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Classifier: Topic :: Security :: Cryptography
