Metadata-Version: 1.2
Name: crypto-cookie
Version: 0.3.1
Summary: Package to encrypt and sign cookies
Home-page: https://github.com/cedadev/crypto-cookie
Author: Philip Kershaw
Author-email: Philip.Kershaw@stfc.ac.uk
Maintainer: Philip Kershaw
Maintainer-email: Philip.Kershaw@stfc.ac.uk
License: BSD - See LICENCE file for details
Description: Crypto-Cookie
        =============
        Package to encrypt and sign cookie content.  Before using make sure you really
        need to secure cookie content: if at all possible any information should be
        held server-side, the cookie merely acting as a handle to this information.  If
        you really do need to hold actual content in the cookie then this package may be
        able to help.
        
        Releases
        --------
         * 0.3.1: PyPI release
         * 0.3.0: drops dependency on Paste and adds support for Python 3
         * 0.2.0: altered to disable Paste AuthTicket's signature since the derived
           implementation signs the cookie separately following encryption
         * 0.1.0: initial release
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
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.6
