Metadata-Version: 1.1
Name: otpad
Version: 0.1.0
Summary: A small util for doing one-time pad
Home-page: https://github.com/erikreppel/otp
Author: Erik Reppel
Author-email: erikreppel@gmail.com
License: MIT
Description: # OTP: One-time Pad
        
        ## Usage
        
        ```
        from otp import onetimepad
        encrypted = onetimepad('abcd', 'efgh')
        ```
Keywords: encryption
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 2.7
