
Security News
Research
Destructive npm Packages Disguised as Utilities Enable Remote System Wipe
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Documentation: http://chrissimpkins.github.io/crypto/
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 <https://chrissimpkins.github.io/crypto/benchmarks.html>
_.
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 <http://chrissimpkins.github.io/crypto/usage.html>
_ 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 with pip
using the command:
.. code-block:: bash
$ pip install crypto
or download the source repository <https://github.com/chrissimpkins/crypto/tarball/master>
_, unpack it, and navigate to the top level of the repository. Then enter:
.. code-block:: bash
$ python setup.py install
You can upgrade your crypto version with the command:
.. code-block:: bash
$ pip install --upgrade crypto
Encryption (crypto) ^^^^^^^^^^^^^^^^^^^^^
.. code-block:: bash
$ crypto <options> [file path] <file path 2...>
.. code-block:: bash
$ crypto <options> [directory path] <directory path 2...>
Decryption (decrypto) ^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: bash
$ decrypto <options> [file path] <file path 2...>
.. code-block:: bash
$ decrypto <options> [directory path] <directory path 2...>
You can find all available options in the documentation <http://chrissimpkins.github.io/crypto/usage.html>
_ or by using one of the following commands:
.. code-block:: bash
$ crypto --help
$ decrypto --help
FAQ link <http://chrissimpkins.github.io/crypto/faq.html>
_
Issue reporting is available on the GitHub repository <https://github.com/chrissimpkins/crypto/issues>
_
Changelog link <http://chrissimpkins.github.io/crypto/changelog.html>
_
FAQs
Simple symmetric GPG file encryption and decryption
We found that crypto demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.
Research
Security News
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.