crypto icon indicating copy to clipboard operation
crypto copied to clipboard

Simple symmetric GPG file encryption and decryption

Results 18 crypto issues
Sort by recently updated
recently updated
newest added

It's really a very weird issue I am encountering. When I install the crypto package, it gives me following error: `ImportError: cannot import name 'secure_filename' from 'werkzeug' (/root/.local/share/virtualenvs/eprocessify-backend-TPPgizr-/lib/python3.7/site-packages/werkzeug/__init__.py) ` But...

Please, I'm new in Python, and when I try to encrypt a file, the program shows me this message: There was a problem with the execution of gpg. Encryption failed....

Using a new `naked` function `piperun` to pipe the passphrase through `stdin`. Requires to update `naked` framework. (Pull request submitted: https://github.com/chrissimpkins/naked/pull/8)

It could be useful at times to allow the user to provide the passcode at the time of calling crypto. It is partially related to issue #8, but not really...

feature request

Encrypting second time will give error. Remove .crypt file and it will work again. ``` crypto-test$ crypto cat.jpg Please enter your passphrase: Please enter your passphrase again: cat.jpg.crypt was generated...

bug

It seems parallel execution of multiple instances of gpg could vastly increase the performance over the current iterative approach. Since the same passcode is used for all files anyway, it...

feature request

## Source - [ ] filename anonymity switch (Issue #2 & PR #7). ## Docs - [ ] new filename anonymity switch

releases

Using `multiprocessing` it is now possible to encrypt files in parallel, with however many parallel threads the user chooses. A new option `--parallel [#N]` with a **non-optional** argument for the...

How could we validate that the encryption was really successful after completion? I assume such an option (e.g. `--validate` or `--verify`) would be a good addition to `crypto`. The only...

feature request