crypto

View on PyPIReverse Dependencies (70)

1.4.1 crypto-1.4.1-py2.py3-none-any.whl

Wheel Details

Project: crypto
Version: 1.4.1
Filename: crypto-1.4.1-py2.py3-none-any.whl
Download: [link]
Size: 18019
MD5: 39e5154b6b1fc3811ed359628f0f2def
SHA256: 985120aa86f71545388199f96a2a0e00f7ccfe5ecd14c56355eb399e1a63d164
Uploaded: 2015-05-14 00:41:50 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: crypto
Version: 1.4.1
Summary: Simple symmetric GPG file encryption and decryption
Author: Christopher Simpkins
Author-Email: git.simpkins[at]gmail.com
Home-Page: https://github.com/chrissimpkins/crypto
License: MIT license
Keywords: encryption,decryption,gpg,pgp,openpgp,cipher,AES256,crypto,cryptography,security,privacy
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Security
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Platform: any
Requires-Dist: Naked
Requires-Dist: shellescape
[Description omitted; length: 2406 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.22.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
crypto/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
crypto/app.py sha256=m9usVyS7G-vg7YYx7rVV1DWohss5xlKKq5vV-viSi8o 13952
crypto/decryptoapp.py sha256=5hJEh55vyHSgMUkIp2PdYn5P1Z6qkFdrAnsu8EhJZ8c 22448
crypto/settings.py sha256=d--yWR6fCw10JO3tyQhCY1z36PzPsW7ElRmcikNd8vg 4506
crypto/library/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
crypto/library/cryptor.py sha256=0A6KMRsRo7UpfFw0qTbaVByqIRqO4bGSbckgR9fH-RQ 8934
crypto/library/hash.py sha256=HVO5NcCRVHJRYOIAMTHlxzk1wWAeYuon2QwiRHJJaAY 847
crypto/library/package.py sha256=mTXHpmJFRKqx_KGRN1bUfSei8duBARZKtH4hBQzXAi4 1754
crypto-1.4.1.data/scripts/crypto sha256=JiOIH9vUcNmsPUqHi3sD7wa-KshHSSHsWwYxdJxquFU 287
crypto-1.4.1.data/scripts/decrypto sha256=GFVx1pyc7wga_NuKaO5IN4VpiC-iB1nXFIzvwRKs-QI 291
crypto-1.4.1.dist-info/DESCRIPTION.rst sha256=cUnYN7Bc2SHYRPCbrgoiwqxsilKu-F870exbHPzYyqg 2406
crypto-1.4.1.dist-info/entry_points.txt sha256=c4pXwtenCFUlTF9DHcgCWqXZChpJwNtbSjtfQMhrm3M 79
crypto-1.4.1.dist-info/METADATA sha256=kQ8T3QfQ00YZ0ETfqAgpzT7JjQZyAtcbpdD4eO-LyfY 3354
crypto-1.4.1.dist-info/pydist.json sha256=Q2O_1hp0_7IBZ-JTH9MYE5-GNhTxeT1KqjRvp6U8YAs 1261
crypto-1.4.1.dist-info/RECORD
crypto-1.4.1.dist-info/top_level.txt sha256=iQrOUgmGXiXK01vJOH4JP-6x-yip7JIM4OEshevZ9wE 7
crypto-1.4.1.dist-info/WHEEL sha256=SXYYsi-y-rEGIva8sB8iKF6bAFD6YDhmqHX5hI3fc0o 110

top_level.txt

crypto

entry_points.txt

crypto = crypto.app:main
decrypto = crypto.decryptoapp:main