Metadata-Version: 2.0
Name: crytto
Version: 0.6.0
Summary: An OpenSSL-based file encryption and decryption utility
Home-page: https://github.com/massenz/filecrypt
Author: M. Massenzio
Author-email: marco@alertavert.com
License: Apache2
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Dist: PyYAML (>=3.11)
Requires-Dist: sh (>=1.11)


Encryption / Decryption utilities, based on OpenSSL and 
public/private keypairs.

Use the `encrypt` command to encrypt a plaintext file securely (and, optionally
securely destroy it) and the `decrypt` command to restore it.

More information at: https://github.com/massenz/filecrypt.


