anonaddy / docker

AnonAddy Docker image
MIT License
468 stars 51 forks source link

Emails encrypted with Addy.io cannot be decrypted by open-keychain #258

Open xyhhx opened 4 months ago

xyhhx commented 4 months ago

I'm running addy.io in a Docker container, version 1.0.4.

When I try to decrypt emails sent through addy.io using open-keychain, it fails.

I tried to encrypt a test text file from within the docker container, and decrypt that, it also fails.

If I export that secret key and use it on another machine to encrypt a text file, I can successfully decrypt that.

While the versions are slightly different, the configurations are otherwise the same.

xyhhx commented 4 months ago

If there's anything I can do to help with troubleshooting, please let me know...

willbrowningme commented 4 months ago

When you say it fails, in what way does it fail, what error is shown?

Can you provide an example of the encrypted data that fails to be decrypted?