Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

second time crypto fails #18

Open
tbloo opened this issue May 24, 2015 · 1 comment
Open

second time crypto fails #18

tbloo opened this issue May 24, 2015 · 1 comment
Assignees
Labels

Comments

@tbloo
Copy link

tbloo commented May 24, 2015

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 from cat.jpg
crypto-test$ crypto cat.jpg 
Please enter your passphrase: 
Please enter your passphrase again: 
There was a problem with the execution of gpg. Encryption failed. Error: [can't concat bytes to str]
crypto-test$ rm cat.jpg.crypt 
crypto-test$ crypto cat.jpg
Please enter your passphrase: 
Please enter your passphrase again: 
cat.jpg.crypt was generated from cat.jpg

Mac OS X 10.7.5
gpg (GnuPG) 2.0.27
libgcrypt 1.6.3
crypto 1.4.1
Python 3.4.3

@chrissimpkins chrissimpkins self-assigned this May 24, 2015
@chrissimpkins
Copy link
Owner

Thanks much for the report. Will look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants