Metadata-Version: 1.1
Name: credkeep
Version: 0.1.0
Summary: Store credentials securely as ciphertext and decrypt on the fly with AWS KMS
Home-page: https://github.com/lewisjared/credkeep
Author: Jared Lewis
Author-email: jared@jared.kiwi.nz
License: MIT
Description: credkeep
        ========
        
        credkeep is a python package that helps ease the pain of storing sensitive credentials. Credentials that are securely
        encrypted using AWS's Key Management Service (KMS) can be stored in version control systems where they cannot be
        decrypted without access to a users encryption key on KMS.
        
        Installation
        ============
        
        `pip install credkeep`
        
        Usage
        =====
        Still to come
        
        
Keywords: kms credentials storage encrypt decrypt
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
