Metadata-Version: 2.2
Name: crytto
Version: 0.7.5
Summary: An OpenSSL-based file encryption and decryption utility
Home-page: https://bitbucket.org/marco/filecrypt
Author: M. Massenzio
Author-email: marco@alertavert.com
License: Apache2
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/plain
Requires-Dist: PyYAML>=3.11
Requires-Dist: sh>=1.11
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

Encryption / Decryption utilities, based on OpenSSL and 
    public/private key pairs.
    
    Use the `filecrypt` command to encrypt a plaintext file securely (and, optionally
    securely destroy it); using the `-d` flag decrypts it.
    
    More information at: https://github.com/massenz/filecrypt.
    
