Simple symmetric GPG file encryption and decryption
Project description
Documentation: http://chrissimpkins.github.io/crypto/
Description
crypto provides a simple interface to symmetric Gnu Privacy Guard (gpg) encryption and decryption for one or more files on Unix and Linux platforms. It runs on top of gpg and requires a gpg install on your system. Encryption is performed with the AES256 cipher algorithm. Benchmarks relative to default gpg settings are available for text and binary file mime types.
crypto provides a number of options including automated tar archives of multiple files prior to encryption, portable ASCII armored encryption formatting, and SHA256 hash digest generation for your encrypted files. You can view all available options in the usage documentation or with the --help option.
Tested in cPython 2.7.x, 3.4.x, and pypy 2.6.x (Python version 2.7.9)
Install
Install with pip using the command:
$ pip install crypto
or download the source repository, unpack it, and navigate to the top level of the repository. Then enter:
$ python setup.py install
Upgrade
You can upgrade your crypto version with the command:
$ pip install --upgrade crypto
Usage
Encryption (crypto)
$ crypto <options> [file path] <file path 2...>
$ crypto <options> [directory path] <directory path 2...>
Decryption (decrypto)
$ decrypto <options> [file path] <file path 2...>
$ decrypto <options> [directory path] <directory path 2...>
You can find all available options in the documentation or by using one of the following commands:
$ crypto --help
$ decrypto --help
Frequently Asked Questions
Issue Reporting
Issue reporting is available on the GitHub repository
Changelog
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file crypto-1.4.1.tar.gz
.
File metadata
- Download URL: crypto-1.4.1.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f2ee9756a0265c18845ac097ae447c75cfbde158abe1361b7491619f866a9bd |
|
MD5 | f0a5fc0e6797dadd34fb7cbdb4cf5ff1 |
|
BLAKE2b-256 | 120d34dce1487b3158a0ccd0e5982cba0259c798c24c0de4cc25ec265b37cd98 |
File details
Details for the file crypto-1.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: crypto-1.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 985120aa86f71545388199f96a2a0e00f7ccfe5ecd14c56355eb399e1a63d164 |
|
MD5 | 39e5154b6b1fc3811ed359628f0f2def |
|
BLAKE2b-256 | fcbb0b812dc02e6357606228edfbf5808f5ca0a675a84273578c3a199e841cd8 |